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

{{$page_info['page_name']}}

@if(isSuperAdmin() || role() == 'Sr. Recovery Manager') @endif @if(rolesAccess('E-Nach Registration', 'export') || isSuperAdmin() || isAdmin() || role() == 'Sr. Recovery Manager'|| role() == 'Sr. Credit Manager')
@endif @if(!empty($filter)) @endif
@php $serial = ($leads->currentPage() - 1) * $leads->perPage() + 1; @endphp @if ($leads->isEmpty()) @else @foreach($leads as $key => $arr) @php $txnTime = \Carbon\Carbon::parse($arr->tpsl_txn_time); $compareTime = \Carbon\Carbon::parse('2025-08-20 17:44:23'); @endphp @if($txnTime <= $compareTime) @else @endif @endforeach @endif
# Action Lead ID Status Loan No. Unique Reference Number Scheme Code Mandate Registration ID Customer Name Email Pan No Account No IFSC Code Repayment Amount Sanction Date Expiry Date Transaction Time
No data found
{{$serial++}} {{$arr->leadID}} {{$arr->status}} {{$arr->loanNo}} {{$arr->consumerID}}CREDITPEY4908--{{$arr->mandate_reg_no}} {{$arr->cusName}} {{$arr->cusEmail}} {{$arr->cusPan}} {{$arr->accountNo}} {{$arr->ifscCode}} {{$arr->enachAmount}} {{$arr->scheduleDate}} {{$arr->expiryDate}} {{$arr->tpsl_txn_time}}
# Action Lead ID Status Loan No. Unique Reference Number Scheme Code Mandate Registration ID Customer Name Email Pan No Account No IFSC Code Repayment Amount Sanction Date Expiry Date Transaction Time
{{ $leads->appends($queryParameters)->links('pagination::bootstrap-5') }}
@endsection @section('custom-js') @endsection