@php $code = auth()->user()->mfi->code; @endphp @extends('mfi.layouts.app') @push('style') {{-- --}} @endpush @section('pagetitlesection') @endsection @section('content')

No of Customers: {{ count($listCustomers) }}

@can('add-customer') @endcan
{{--
Advanced Search
--}}
{{-- --}}
@forelse ($listCustomers as $data) @if (is_null($data->kycDetails)) @elseif ($data->kycDetails?->is_verified_all == 1) @elseif($data->kycDetails?->is_verified_all == 0) @endif @empty @endforelse
Name Branch Phone Address Created On Kyc Status Status Action
{{ $data->first_name }} {{ $data->branches?->first()->name }} {{ $data->mobile_number }} {{ $data->personalDetail?->address }} {{ date('d-m-Y', strtotime($data->created_at)) }}
@switch($data->is_active) @case(1) Active @break @case(0) Inactive @break @default Deleted @endswitch
No Data Yet

Customer

Personal Details

1

Family Detail

2

Property Details

3

Other Loans

4

Bank Details

5
@if (checkIsHeadBranch())
@else @endif

Kyc verification

{{--
--}} {{--
--}}
{{--
--}} {{--
--}}

Demand

{{--
--}}
@endsection @push('scripts') {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endpush