{{__('Avatar')}}
{{__('Patient Information')}}
{{--
--}}
* {{__('First Name')}}
{{__('Middle Name')}}
* {{__('Last Name')}}
{{__('Multiple Birth')}}
* {{__('Birth Date')}}
{{-- --}}
{{__('Age')}}
* {{__('Gender')}}
{{__('Nationality')}}
{{__('Mother\'s Name')}}
{{__('Guardian\'s Name')}}
{{__('Email Address')}}
* {{__('Status')}}
{{--
+63
--}}
+63
    @if (isset($patient->phones)) @foreach ($patient->phones as $phone)
  • {{-- @php dd($phone['id']); @endphp --}}
    @endforeach @endif
@if(isset($patient) && session('branch_id') == 3)

{{ __('Metabolic Registry')}}

{{-- {{ __('Create Invoice') }} --}}
@endif
{{__('Address')}}
Unit No./Street
Barangay
City/Municipality
Province
Region
Country
@include('admin.contracts._partial')
{{__('Attachments')}}
@php $count=0; @endphp
    @if(isset($attachments)) @foreach($attachments as $attach)
  • {{$attach['file_name']}}
  • @endforeach @endif