@extends('dashboard.layouts.app')
@section('style')
@endsection
@section('content')
قائمة الصلاحيات
@foreach (Roles() as $role)
عدد الموظفين {{$role->User()->count()}}
@foreach ($role->User()->limit(15)->get() as $user)
-
@endforeach
@if ($role->User()->count() > 15 )
-
....
@endif
@endforeach
تعديل الصلاحية
{{--
Set role permissions
--}}
@endsection
@section('modal')
@endsection
@section('js')
@endsection