{{ __('Patient info') }}
{{__('Avatar')}}
  • {{__('Name')}} : {{ ucfirst($test->group['patient']['name'])}} {{ucfirst($test->group['patient']['middle_name'])}} {{ucfirst($test->group['patient']['last_name'])}}
  • {{__('Nationality')}} : {{ucfirst($test->group['patient']['nationality'])}}
  • {{__('Gender')}} : {{__($test->group['patient']['gender'])}}
  • {{__('Date of birth')}} : {{ date('F d, Y', strtotime($test->group['patient']['dob']))}}
  • {{__('Age')}} : {{$test->group['patient']['age']}}
  • {{__('Contact number')}} : @foreach ($test->group->patient->phones as $phone) @if($loop->last){{$phone->phone}} @else {{$phone->phone}}, @endif @endforeach
  • {{__('Email')}} : {{$test->group['patient']['email']}}
  • Mother's Name : {{$test->group['patient']['mother_name']}}
  • {{__('Address')}} : @if(!empty($test->group['patient']['street'])) {{ucfirst($test->group['patient']['street'])}} @if(!empty($test->group['patient']['barangay']) || !empty($test->group['patient']['city']) || !empty($test->group['patient']['province']) || !empty($test->group['patient']['region']) || !empty($test->group['patient']['country']) || !empty($test->group['patient']['zip_code'])) , @endif @endif @if(!empty($test->group['patient']['barangay'])) {{ucfirst($test->group['patient']['barangay'])}} @if(!empty($test->group['patient']['city']) || !empty($test->group['patient']['province']) || !empty($test->group['patient']['region']) || !empty($test->group['patient']['country']) || !empty($test->group['patient']['zip_code'])) , @endif @endif @if(!empty($test->group['patient']['city'])) {{ucfirst($test->group['patient']['city'])}} @if(!empty($test->group['patient']['province']) || !empty($test->group['patient']['region']) || !empty($test->group['patient']['country'])) , @endif @endif @if(!empty($test->group['patient']['province'])) {{ucfirst($test->group['patient']['province'])}} @if(!empty($test->group['patient']['region']) || !empty($test->group['patient']['country']) || !empty($test->group['patient']['zip_code'])) , @endif @endif @if(!empty($test->group['patient']['region'])) {{ucfirst($test->group['patient']['region'])}} @if(!empty($test->group['patient']['country']) || !empty($test->group['patient']['zip_code'])) , @endif @endif @if(!empty($test->group['patient']['country'])) {{ucfirst($test->group['patient']['country'])}} @if(!empty($test->group['patient']['zip_code'])) , @endif @endif @if(!empty($test->group['patient']['zip_code'])) {{ucfirst($test->group['patient']['zip_code'])}} @endif