{{ __('Forwarding') }}

List of Master Forwarding

@if ($forward_data) @php $i = 1; @endphp @foreach ($forward_data as $val) @endforeach
Sr NO Step Sub step Final Authority Role Name Status Action
{{ $i++ }} {{ $val->step }} @if(empty($val->sub_step)) - @else {{$val->sub_step}} @endif {{ $val->display_name }} @if ($val->status == 1) Active @else Inactive @endif
@else

No any record found

@endif