@extends('website.layouts.master', ['no_transparent_header' => false]) @section('css') @endsection @section('content')
@include('website.layouts.includes.leftside_profile', ['type' => "my_profile"])
@csrf @method('POST')
{{ __('basic.choose img') }}
@error('img') {{ $message }} @enderror
@error('first_name') {{ $message }} @enderror
@error('second_name') {{ $message }} @enderror
@if ($errors->has('phone_number')) {{ $errors->first('phone_number') }} @endif
@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_id') {{ $message }} @enderror
@if ($errors->has('city_id')) {{ $errors->first('city_id') }} @else
{{ __('patientappo.city msg') }}
@endif
@error('region_id') {{ $message }} @enderror
@error('from_recourse_id') {{ $message }} @enderror
@endsection @section('js') @endsection