@extends('layouts.public') @section('title', 'Account activated - Meduvo Health') @section('content')

Account activated

You're all set.

Your Meduvo account is active. Your care team will let you know when to complete consent, screening, or check-in steps — either in person on the clinic's tablet, or through the Meduvo patient app or patient web portal.

@auth @if (auth()->user()->isPatient()) Open patient portal @endif @endauth
@endsection