Hold Survey Form List
| Id | Beneficiary Ref no | Form Name | Person Name | Person Role | @if(Auth::user()->role==51)M&E Comment | @endifView Beneficiary Detail | Actions | |
|---|---|---|---|---|---|---|---|---|
| {{$item->generated_id ?? 'not available'}} | {{$beneficairy_details->b_reference_number}} | {{$item->form_name}} | {{$item->validator_name}} | {{$item->role_name}} | @if(Auth::user()->role==51) @if(!isset($item->m_and_e_comment))Add Comment | @elseShow Comment | @endif @endifView Detail | View Form |