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

{{$page_info['page_name']}}

@if(isSuperAdmin()) @endif @if(rolesAccess('E-Sign', '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) @if($arr->loanStatus == 'Rejected') @else @endif @endforeach @endif
# Action leadID Name Email Mobile Loan Amount Requested By Status Resend Added On
No data found
{{$serial++}} {{$arr->leadID}} {{$arr->name}} {{$arr->email}} {{$arr->mobile}} {{$arr->loanAmtApproved}} {{$arr->docRequestByName}} {{ucwords($arr->status)}}
leadStatus != 'Approved') disabled @endif>
leadStatus != 'Approved') disabled @endif>
{{dft($arr->addedOn)}}
# Action leadID Name Email Mobile Loan Amount Requested By Status Resend Added On
{{ $leads->appends($queryParameters)->links('pagination::bootstrap-5') }}
@endsection @section('custom-js') @endsection