@method(@$Method) @csrf

{{__("admin.user.users.Details")}}

...
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if ($errors->has('name_en')) {{ $errors->first('name_en') }} @endif
@if ($errors->has('name_ar')) {{ $errors->first('name_ar') }} @endif
@if ($errors->has('record_state')) {{ $errors->first('record_state') }} @endif

{{__("admin.users.user.Another details")}}

...
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif
@if(@$Method=="PATCH") @csrf @if(@$selectedItem->deleted_at == null) @endif @if(@$selectedItem->deleted_at != null) @else @if(@$selectedItem->protected != 1) @else @endif @endif @else @endif
@if(@$Method=="PATCH")
@csrf
@csrf @method('DELETE')
@method('DELETE') @csrf
@endif @section('pageJsCode') @stop