@csrf
@if ($errors->has('first_name')) {{ $errors->first('first_name') }} @endif
@if ($errors->has('last_name')) {{ $errors->first('last_name') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
{{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- @if ($errors->has('date_of_birth'))--}} {{-- {{ $errors->first('date_of_birth') }}--}} {{-- @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')

@isset($user->image)

Profile Image

@endisset {{-- @isset($user->insurance_card_image)--}} {{--
--}} {{--
--}} {{--

Insurance Card Image

--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- @endisset--}}