@extends('app') @section('content') @if(Session::has('flash_message'))
{!! Session::get('flash_message') !!}
@endif
@if(Auth::user()->can('users-edit')) تنشيط إيقاف @endif @if(Auth::user()->can('users-destroy')) حذف @endif
المدراء
@if(Auth::user()->can('users-create')) إضافة @endif
Id اسم المستخدم البريد الإلكتروني الدور الحالة
@csrf
@endsection @section('page_script') @endsection