@extends('dashboard.layouts.app') @section('style') @endsection @section('content')

قائمة الصلاحيات

@foreach (Roles() as $role)
عدد الموظفين {{$role->User()->count()}}
    @foreach ($role->User()->limit(15)->get() as $user)
  • Avatar
  • @endforeach @if ($role->User()->count() > 15 )
  • ....
  • @endif
@endforeach
add-new-roles

اضافة صلاحية جديدة

@endsection @section('modal') @endsection @section('js') @endsection