პირადი ინფორმაცია

@if(Auth::user()->rule!=4)
@csrf
@if ($errors->has('nameGeo')) {{ $errors->first('nameGeo') }} @endif
@if ($errors->has('lastNameGeo')) {{ $errors->first('lastNameGeo') }} @endif
@if ($errors->has('birthday')) {{ $errors->first('birthday') }} @endif
@if($errors->has('gender')) {{ $errors->first('gender') }} @endif
@if ($errors->has('idNumber')) {{ $errors->first('idNumber') }} @endif
@if ($errors->has('mobilePhone')) {{ $errors->first('mobilePhone') }} @endif
@if(Auth::user()->rule!=3 && Auth::user()->rule!=4) @endif
@else
@csrf
@if ($errors->has('nameGeo')) {{ $errors->first('nameGeo') }} @endif
@if ($errors->has('lastNameGeo')) {{ $errors->first('lastNameGeo') }} @endif
@if($errors->has('gender')) {{ $errors->first('gender') }} @endif
@if ($errors->has('mobilePhone')) {{ $errors->first('mobilePhone') }} @endif
@if(Auth::user()->rule!=3 && Auth::user()->rule!=4) @endif
@endif
@push('custom-scripts') @endpush