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

{{__('Profile')}}

@endsection @section('content')

{{__('Edit Profile')}}

@csrf
{{__('Avatar')}}
+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 {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}