@extends('admin.layouts.master') @section('css') @include('admin.helper.tablecss') @endsection @section('page-header') @endsection @section('content') @php $admin = Auth::guard('admin')->user(); @endphp

جدول المديرين

@if(can_admin('admins_show')) إضافة مدير جديد @endif
ID الاسم الايميل الصلاحية الحاله تاريخ الإنشاء الإجراءات
@endsection @section('js') @include('admin.helper.tablescripts') @include('vue') @endsection