@include('frontend.inc.head') @include('frontend.inc.js') Loan Details @section('title', 'Loan Details') {{-- --}}
Loan results
Loan Date: {{$loan->created_at}}
{{number_format($loan->amount,2)}}

Submit Loan

{{--

In Process

--}}
@if($loan->status=="APPROVE"||$loan->status=="Approve"||$loan->status=="approve"||$loan->status=="Approved"||$loan->status=="APPROVED") @else @endif

Approve

Receive Money


Loan Details
Loan Number #{{(int)($loan->loan_id)}}
Loan Amount ₱{{number_format($loan->amount,2)}}
Loan Period {{$loan->loan_period}} Months
Interest Rate {{$loan->interest}}%
Monthly Repayment ₱{{number_format((($loan->amount/$loan->loan_period)+($loan->amount*0.005)),2)}}

@include('app.sweetAlert')