@extends('layouts.app') @section('title') {{ __('Patient History') }} @endsection @section('breadcrumb')

{{ __('Patient History') }}

@endsection @section('content')
{{ __('Avatar') }}
{{ __('Patient Information') }}
{{__('First Name')}}
{{__('Middle Name')}}
{{__('Last Name')}}
{{ __('Multiple Birth') }}
{{ __('Age') }}
{{ __('Birthdate') }}
{{--
--}} {{--
--}}
{{ __('Gender') }}
{{ __('Nationality') }}
{{ __('Mother\'s Name') }}
{{ __('Guardian\'s Name') }}
{{--
+63
--}} @if(isset($phones))
{{-- --}} {{-- @php // foreach ($phones as $phone){ // dd($phone->phone, $phone->patient_id); // } dd($phones); @endphp --}}
@endif
{{ __('Email Address') }}
@if(isset($patient) && session('branch_id') == 3)

{{ __('Metabolic Registry')}}

{{-- {{ __('Create Invoice') }} --}}
@endif
# {{ __('Name') }} {{ __('last') }} {{ __('Gender') }} {{ __('Age') }} {{ __('Laboratory') }} {{ __('Tests') }} {{ __('Sample Collection Date') }} {{ __('Test Due Date') }} {{ __('Institution') }} {{ __('Date Created') }} {{ __('Created By') }} {{ __('Done') }} {{ __('Signed') }} {{ __('Signed By') }} {{ __('Date Signed') }} {{ __('Action') }}
@endsection @section('scripts') @endsection