@extends('backend.master') @section('content')
Create, edit, delete and manage loan plans
| ID | Term | Amount | Monthly Installment | Interest | Processing | Status | Actions |
|---|---|---|---|---|---|---|---|
| #{{ $plan->id }} | {{ $plan->term_months }} Months | ৳{{ number_format((float) $plan->amount, 0) }} | ৳{{ number_format((float) $plan->monthly_installment, 0) }} | {{ number_format((float) $plan->interest_rate_annual, 2) }}% | {{ $plan->processing_time_hours }} Hours | @if($plan->is_active) Active @else Inactive @endif | |
| No loan plans found. | |||||||