@extends('layouts.master') @section('page-title',$page_info['page_title']) @section('main-section')

{{$page_info['page_name']}}

@if(isSuperAdmin()) @endif @if(rolesAccess('Status Wise', 'export') || isSuperAdmin() || isAdmin())
@endif @if(!empty($filter)) @endif
@php $serial = ($leads->currentPage() - 1) * $leads->perPage() + 1; @endphp @if ($leads->isEmpty()) @else @foreach($leads as $key => $arr) @endforeach @endif
# Action Lead ID Name Email Mobile Pancard Payment Amount Payment Mode Payment Date Reference No. Discount Amount Settlement Amount Status Date
No data found
{{$serial++}} {{$arr->leadID}} {{ucwords($arr->name)}} {{$arr->email}} {{$arr->mobile}} {{$arr->pancard}} {{nf($arr->collectedAmount)}} {{$arr->collectedMode}} {{dft($arr->collectedDate)}} {{$arr->collectionUtrNo}} {{nf($arr->discountAmount)}} {{nf($arr->settlementAmount)}} {{$arr->status}} {{df($arr->addedOn)}}
# Action Status Lead ID Name Email Mobile Pancard Payment Amount Payment Mode Payment Date Reference No. Discount Amount Settlement Amount Status Date
{{ $leads->appends($queryParameters)->links('pagination::bootstrap-5') }}
@endsection @section('custom-js') @endsection