{{ __('Activity Document') }}

List of Role Master Activity Document

@if ($forward_data) @php $i = 1; @endphp @foreach ($forward_data as $val) @endforeach
Sr NO Role Name Status Action
{{ $i++ }} {{ $val->display_name }} @if ($val->status == 'Yes') Active @else Inactive @endif
@else

No any record found

@endif