@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
@if(count($leads)>0) @foreach($leads as $key => $arr) @endforeach @else @endif
# Action Status Customer Name Loan Type Loan Amount Requested By Approved By Date
{{++$key}} @if($arr->creditStatus=='Approved') {{$arr->creditStatus}} @elseif($arr->creditStatus=='Rejected') {{$arr->creditStatus}} @else {{$arr->creditStatus}} @endif {{ucwords($arr->name)}} {{$arr->loanTypeName}} {{nf($arr->loanAmtApproved)}} {{getUserNameById('users', 'userID',$arr->addedBy, 'displayName')}} {{getUserNameById('users', 'userID',$arr->matrixApprovalBy, 'displayName')}} {{dft($arr->addedOn)}}
No Record Found
# Action Status Customer Name Loan Type Loan Amount Requested By Approved By Date
{{ $leads->appends($queryParameters)->links('pagination::bootstrap-5') }}
@endsection @section('custom-js') @endsection