@extends('admin.layouts.master') @section('css') @include('admin.helper.tablecss') @endsection @section('page-header') @endsection @section('content')

جدول الأدوار

@if(can_admin('roles_add')) إضافة دور جديد @endif
{{-- سيتم ملؤها عبر DataTables --}}
# اسم الدور العمليات
@endsection @section('js') @include('vue') @include('admin.helper.tablescripts') @endsection