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

{{__('Profile')}}

@endsection @section('content')

{{__('Edit Profile')}}

@csrf
{{__('Avatar')}}
{{__('Patient Name')}}
{{__('Patient\'s Middle Name')}}
{{__('Patient\'s Last Name')}}
{{__('For Multiple Birth')}}
{{__('Date of birth')}}
{{__('Age')}}
{{__('Unit')}}
{{__('Gender')}}
{{__('Nationality')}}
{{__('Mother\'s Name')}}
{{__('Guardian\'s Name')}}
{{__('Email Address')}}
+63
    @if (isset($patient->phones)) @foreach ($patient->phones as $phone)
  • {{-- @php dd($phone['id']); @endphp --}}
    @endforeach @endif
{{__('Address')}}
Unit No./Street
Barangay
City/Municipality
Province
Region
Country
@endsection @section('scripts') @endsection {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}