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

No of Disburstment: {{ $listDemand->count() }}

@forelse ($listDemand as $demand) @if ($demand->disbursement_status == 1) @else @endif @empty @endforelse
Customer Name Loan Product Loan Amount Created On Disbursement Status
{{ $demand->customer?->full_name }} {{ $demand->loan?->name }} {{ $demand->loan_amount }} {{ date('d-m-Y', strtotime($demand->created_at)) }}DisbursedPending
No Data Yet
@endsection @push('scripts') {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endpush