Survey Form List
| Ref No | Beneficiary Name | CNIC | Father Name | @if(Auth::user()->role==1)User Name | @endifForm Name | Lot | District | Tehsil | UC | @if(Auth::user()->role==51)Role Name | Select Status | Status | Comments | @endifid | Date | Actions | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Ref no | Beneficiary Name | CNIC | Father Name | Form Name | Lot | District | Tehsil | UC | @if(Auth::user()->role==37 || $allow_to_update_form->allow_to_update_form=='PSIA')HRU Main Status | HRU Main Comment | Certification Status | @endif @if(Auth::user()->role==39 || $allow_to_update_form->allow_to_update_form=='COO')CEO Status | CEO Comment | @endif @if(Auth::user()->role==38 || $allow_to_update_form->allow_to_update_form=='HRU_Main')COO Status | COO Comment | @endif @if(Auth::user()->role==26 || $allow_to_update_form->allow_to_update_form=='HRU')QA Status | QA Comment | @endif @if(Auth::user()->role==34 || $allow_to_update_form->allow_to_update_form=='IP')HRU Status | HRU Comment | @endif @if(Auth::user()->role==30 || $allow_to_update_form->allow_to_update_form=='field_supervisor')IP Status | IP Comment | @endifId | Date | Actions |
| {{$beneficairy_details->b_reference_number}} | {{$beneficairy_details->beneficiary_name}} | {{$beneficairy_details->cnic}} | {{$beneficairy_details->father_name}} | {{$item->user_name}} | {{$item->form_name}} | @if(Auth::user()->role==51) @php $role_name=\DB::table('users')->join('roles','users.role','=','roles.id')->select('roles.name') ->where('users.id',$item->user_id)->first(); @endphp{{$role_name->name ?? 'N/A'}} | @endif | {{$item->lot_name}} | {{$item->district_name}} | {{$item->tehsil_name}} | {{$item->uc_name}} | {{$item->generated_id}} | {{$item->submission_date}} | View Detail |