@extends('layouts.master') @section('title', 'Edit User | Proxima - Medical Management app') @section('title-topbar', 'Edit User') @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))

Sent Successfully

{{ Session::get('success') }}

@endif @endsection @section('content')
Dashboard | Edit Your profile
Edit your Profile
@csrf @method('PUT')
Choose Picture
@error('avatar') {{ $message }} @enderror
@error('first_name') {{ $message }} @enderror
@error('second_name') {{ $message }} @enderror
@if ($errors->has('email')) {{ $errors->first('email') }} @else
We'll never share your email with anyone else.
@endif
@if ($errors->has('newpassword')) {{ $errors->first('newpassword') }} @else
Leave it empty if you do not want to change it.
@endif
@error('gendar') {{ $message }} @enderror
@error('birthday') {{ $message }} @enderror

@error('country') {{ $message }} @enderror
@if ($errors->has('city')) {{ $errors->first('city') }} @else
Select the country first
@endif

@if ($errors->has('phone_number')) {{ $errors->first('phone_number') }} @else
We'll never share your email with anyone else.
@endif
@error('sec_phone_number') {{ $message }} @enderror
@error('started_work') {{ $message }} @enderror
@error('note') {{ $message }} @enderror
Loading
@endsection @section('js') @endsection