@extends('admin_dashboard') @section('admin')
Loan Disbursement
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif {{-- ── Search ── --}}
Search Loan Account
Only undisbursed accounts are shown.
{{-- ── Loanee Detail Panel ── --}}
Loanee Details
Loan A/C No.
GSS A/C No.
Loanee Name
Address
Mobile
Group
Loan Type
Loan Amount
Pay Term
Instalment
Total to Pay
Profit Amount
{{-- ── Confirm Disbursement ── --}}
Confirm Disbursement
@csrf
This will create a full collection schedule of instalments.
@endsection