@extends('app') @section('content')

@if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif
@csrf @if($user) @method('PATCH') @endif {{-- First Name --}}
{{-- Last Name --}}
{{-- Username --}}
{{-- Email --}}
{{-- Password --}}
اترك هذا الصندوق فارغاً إذا كنت لا تريد تغيير كلمة المرور
{{-- Role --}}
{{-- Status --}}
status == 1) || !$user ? 'checked' : '' }}> status == 0) ? 'checked' : '' }}>
{{-- Buttons --}}
إلغاء
@endsection @section('page_script') @endsection