| {{ $key + 1 }} |
{{ $user->pluck('user_title')->first() }} {{ $user->pluck('user_firstname')->first() }} {{ $user->pluck('user_lastname')->first() }} |
{{--
@if($row->signature_topic == 'Approve')
Approve
@elseif($row->signature_topic == 'Reject')
Reject
@else
{{ $row->signature_topic }}
@endif
|
@if($row->signature_purpose == '')
-
@else
{{ $row->signature_purpose }}
@endif
| --}}
{{--
--}}
|
@endforeach