Logo
@if ($user_present == true)

Hi {{ $user->first_name . ' ' . $user->surname }}

@endif

A case has been shared with you. {{ $user_present == false ? 'Please complete your registration to access it.' : 'Please login to view the case from your user account.' }}

@if ($user_present == false)

Please click on the link to get started:

@endif
@if ($user_present == true) Go to my User Account @else Complete Registration @endif

© {{ \Carbon\Carbon::now()->year }} {{ env('APP_NAME') }}. All rights reserved.