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

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

{{-- --}} @forelse ($listDemand as $demand) @if ($demand->demand_status == 0) @elseif($demand->demand_status == 1) @elseif($demand->demand_status == 2) @elseif($demand->demand_status == 3) @elseif($demand->demand_status == 4) @endif @if ($demand->disbursement_status == 1) @else @endif @empty @endforelse
Customer Name Loan Product Loan Amount Created On Status Disbursement StatusStatusAction
{{ $demand->customer?->full_name }} {{ $demand->loan?->name }} {{ $demand->loan_amount }} {{ date('d-m-Y', strtotime($demand->created_at)) }}RejectedPendingApprovedwithdrawal On-Hold DisbursedPending
No Data Yet

Demand

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

Status Log

{{--
  • Pending
  • Rejected
  • On Hold
  • Approved
  • Disbursed
--}} {{--
--}}
{{--
--}}
@endsection @push('scripts') {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endpush