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

{{$page_info['page_name']}}

@if(isSuperAdmin()) @endif @if(rolesAccess('Red Flag Customers', '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->redFlagApproved == '1') @else @endif @endforeach @endif
# Action Name Email Mobile Pancard Loan Approval Remarks Date
No data found
{{$serial++}} {{$arr->name}} {{$arr->email}} {{$arr->mobile}} {{$arr->pancard}}
{{$arr->remarks ?? 'N/A'}} {{df($arr->redFlagAddedOn)}}
# Action Name Email Mobile Pancard Loan Approval Remarks Date
{{ $leads->appends($queryParameters)->links('pagination::bootstrap-5') }}
@endsection @section('custom-js') @endsection