{{ __('Roles') }}

List of Master Roles

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

No any record found

@endif