List of Role Master Activity Document
@if ($forward_data)
Sr NO |
Role Name |
Status |
Action |
@php $i = 1; @endphp
@foreach ($forward_data as $val)
{{ $i++ }} |
{{ $val->display_name }} |
@if ($val->status == 'Yes') Active
@else Inactive
@endif
|
|
@endforeach
@else
No any record found
@endif