@include('includes/header_start') @include('physicians/elements/header_end')

Edit Profile

{{-- @include('patients.medications.elements.form')--}}
@csrf
@if ($errors->has('first_name')) {{ $errors->first('first_name') }} @endif
@if ($errors->has('last_name')) {{ $errors->first('last_name') }} @endif
@if ($errors->has('address1')) {{ $errors->first('address1') }} @endif
@if ($errors->has('city')) {{ $errors->first('city') }} @endif
@if ($errors->has('state')) {{ $errors->first('state') }} @endif
@if ($errors->has('zip_code')) {{ $errors->first('zip_code') }} @endif
@csrf @include('auth.elements.update-password')
@include('includes/footer_start') @include('includes/footer_end')