Showing {{ $data->firstItem() }} to {{ $data->lastItem() }} of total {{$data->total()}} entries
@if($jsondata != '[]') {!! Form::open(array('route' => 'report_survey_datalist_export','method'=>'POST')) !!} {!! Form::hidden('survey_datalist_export', $jsondata) !!} {!! Form::submit('Export Survey Report', array('name' => 'export', 'class' => 'btn btn-danger')); !!} {!! Form::close() !!} @endif
@foreach($data->chunk(3) as $chunks) @foreach($chunks as $item) @php $beneficairy_details=json_decode($item->beneficiary_details); @endphp @if(Auth::user()->role==40 && $item->getformstatus->role == 'CEO' && $item->getformstatus->last_status == 'A' && $item->getformstatus->new_status == 'A') @else @endif @endforeach @endforeach
Actions Date Ref No Priority Level Status Department Report Trail Beneficiary Name Proposed Beneficiary CNIC Father Name User Name Form Name Lot District Tehsil UC id
View SID:{{ $item->id }}View SID:{{ $item->id }}{{ Carbon\Carbon::parse($item->created_at)->format('d-m-Y') }} {{$item->ref_no ?? ''}} {{$item->total_scores ?? ''}} Score {{$item->getformstatus->new_status ?? ''}} {{$item->getformstatus->role ?? ''}} ( {{ $item->getformstatus->created_by->name ?? '' }} ) Report Trail {{$beneficairy_details->beneficiary_name ?? '' }} {{$item->beneficiary_name ?? '' }} {{$item->cnic ?? ''}} {{$beneficairy_details->father_name ?? '' }} {{$item->getuser->name ?? ''}} {{$item->getform->name ?? ''}} {{$item->getlot->name ?? ''}} {{$item->getdistrict->name ?? ''}} {{$item->gettehsil->name ?? ''}} {{$item->getuc->name ?? ''}} {{$item->generated_id ?? '' }}
{{ $data->links("pagination::bootstrap-4") }}