{{ __('Permissions') }}

List of Master Permissions

@if ($data) @php $i = 1; @endphp @foreach ($data as $val) {{-- --}} @endforeach
Sr NO Name Group Name Display Name Description Action
{{ $i++ }} {{ $val->name }} {{ $val->groups }} {{ $val->display_name }} {{ $val->description }} @if ($val->status == 1) Active @else Inactive @endif
@else

No any record found

@endif