@if($user->id === auth()->id() && $user->role?->name === 'admin')
لا يمكنك تغيير دور حسابك الخاص
@endif
@error('role_id')
{{ $message }}
@enderror
is_active) ? 'checked' : '' }}
@if($user->id === auth()->id()) disabled @endif>
@if($user->id === auth()->id())
لا يمكنك تعطيل حسابك الخاص
@endif
تاريخ الإنشاء: {{ $user->created_at->format('Y-m-d H:i') }}