{{ $panel }} List

{{ $panel }} Record list on table. Filter {{ $panel }} using the filter.
@if (isset($data['roles']) && $data['roles']->count() > 0) @php($i = 1) @foreach($data['roles'] as $role) @php($i++) @endforeach @else @endif
S.N. Name Display Name Description
{{ $i }} {{ $role->name }} {{ $role->display_name }} {{ $role->description }}
No data found.