@if(Session::has('success'))
×{{ Session::get('success') }}
@endif
@if(Session::has('error'))
{{ Session::get('error') }}
@endif
| # |
Name |
Display Name |
Action |
@php $i=1;@endphp
@foreach($roles as $role)
| {{$i++}} |
{{$role->name}} |
{{$role->display_name}} |
|
@endforeach
@endsection