@extends('layouts.public') @section('title', 'Set Up Clinic Admin - Meduvo Health') @section('content')

Practice onboarding

Set up your Clinic Admin account.

Create your password to continue onboarding for the invited practice.

@if ($errors->any())
{{ $errors->first() }}
@endif @if ($state !== 'valid')

@if ($state === 'accepted') Invitation already accepted @elseif ($state === 'expired') Invitation expired @elseif ($state === 'revoked') Invitation revoked @else Invitation unavailable @endif

@if ($state === 'accepted') This setup link has already been used. Sign in with the Clinic Admin account that was created from this invitation. @elseif ($state === 'expired') This invitation is past its expiration date. Ask Meduvo support to send a new Clinic Admin invitation. @elseif ($state === 'revoked') This setup link was revoked. Ask Meduvo support to send a fresh invitation if this practice should continue onboarding. @else This setup link is invalid or no longer exists. Ask Meduvo support to send a fresh invitation. @endif

@else

Practice

{{ $invitation->tenant?->name ?? 'Meduvo Health' }}

Role

Clinic Admin

Expires

{{ \App\Support\UsFormat::date($invitation->expires_at) }}

@csrf
@endif
@endsection