@extends('adminlte::page') @section('title', 'Create Loan Application') @section('content_header')

Create Loan Application

Back to Loans
@stop @section('content')
New Loan Application
@csrf
@error('user_id') {{ $message }} @enderror
KSh
@error('amount') {{ $message }} @enderror
%
@error('interest_rate') {{ $message }} @enderror
@error('application_date') {{ $message }} @enderror
@error('return_date') {{ $message }} @enderror
@error('notes') {{ $message }} @enderror
SECURITY & GUARANTEES
@error('guarantee')
{{ $message }}
@enderror
Add security/guarantee for the loan application.
Calculation Review
PRINCIPAL
KSh 0.00
INTEREST
KSh 0.00
TOTAL AMOUNT
KSh 0.00
MONTHLY PAYMENT
KSh 0.00
PAYMENT SCHEDULE
# Due Date Amount
Enter loan details above
@stop @push('css') @endpush @push('js') @endpush