@foreach($rahebar as $data) @endforeach
No. PAN# GSTIN Customer Name Supplier Name Phone Email KYC Status Self Assessment Status Actions
{{ $no++ }} {{ $data->pancard }} {{ $data->gst }} @if($data->merchant_id != null) {{ getMechantShortCode($data->merchant_id) }}-{{ getBranchCode($data->merchant_id) }}-{{ getMerchantNameById($data->merchant_id) }} @else {{ getMechantShortCode($data->ho_id) }}-{{ getBranchCode($data->ho_id) }}-{{ getMerchantNameById($data->ho_id) }} @endif {{ $data->rahebar_name }} {{ $data->mobile }} {{ $data->email }} {{ ($data->is_approver == 0 )? 'Uncompleted':'Completed'}} {{ ($data->is_self_assessment == 0 )? 'Unapproved':'Approved'}} {{ ($data->status == 0 )? 'Inactive':'Active'}}
@if(checkPermissionOnWeb('AgentSupplier','approve') == 0) @endif
Showing {{ $rahebar->firstItem() }} to {{ $rahebar->lastItem() }} of {{ $rahebar->total() }} entries
{!! $rahebar->appends(array('paginate'=>$paginate,'txtsearchable' => $txtsearchable))->links() !!}