@csrf
{{$familyMember->name[0] . $familyMember->last_name[0] }}

Update

@if($client->photo) @else {{$user->name[0] . $user->last_name[0]}} @endif

{{$familyMember->name}}'s Details

  • gender == "Male") checked @endif>
  • gender == "Female") checked @endif>
  • gender == "Other") checked @endif>

{{$familyMember->name}}'s Emergency Contact

@csrf

{{$familyMember->name}}'s Communication

@csrf

How would you prefer to receive communciation from your service providers?

Appointment reminders

SMS

communicationSetting) && $familyMember->communicationSetting->appointment_sms == 1) checked @endif >

Geolocation

communicationSetting) && $familyMember->communicationSetting->appointment_geolocation == 1) checked @endif >

Marketing

SMS

communicationSetting) && $familyMember->communicationSetting->marketing_sms == 1) checked @endif >

{{$familyMember->name}}'s Invoices

Date Invoice # Provider Amount Balance Status
@php $invoices = $clientsInvoiceDetail; @endphp
@forelse($invoices as $invoice)
{{$invoice->date->format('d/m/Y')}} {{$invoice->invoice_number}} {{$invoice->practitioner->full_name}} {{"$".$invoice->total}} {{"$".$invoice->account_balance}} {{$invoice->status}}
  • id}}" name="id[]" type="checkbox" value="{{$invoice->id}}" class="invoice-radio">
@empty
-- -- -- -- -- --
@endforelse
@if($invoices->count() >= 5) @endif

{{$familyMember->name}}'s Test Results

Date Type  
@forelse($familyMember->testResults()->get() as $testResult)
{{$testResult->date->format('d/m/y')}} {{$testResult->type}}
  • id}}" name="id[]" type="checkbox" value="{{$testResult->id}}" class="test-result-radio child-checkbox">
@empty
-- -- {{-- --}}
@endforelse

Upload {{$familyMember->name}}'s Test Results

Upload your test results to keep everything in one centalised place and easily share directly with your chosen service providers

Drag and drop files here

- or -
@error('test_result') {{ $message }} @enderror

{{$familyMember->name}}'s Medicare/Health Fund