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

No of Loan Products: {{ $listLoan->count() }}

@can('add-loan') @endcan
{{--
Advanced Search
--}}
@forelse ($listLoan as $loan) @empty @endforelse
Loan Product Loan Code Principal Amount Maturity Amount Tenure Created On Status Action
{{ $loan->name }} {{ $loan->code }} {{ $loan->principal_amount }} {{ $loan->maturity_amount }} {{ $loan->tenure }} {{ date('d-m-Y', strtotime($loan->created_at)) }} @switch($loan->status) @case(1) {{ getStatusName($loan->status) }} @break @case(0) {{ getStatusName($loan->status) }} @break @default {{ getStatusName($loan->status) }} @endswitch
No Data Yet

Loan Product

@csrf()

Loan EMI

: - (₹)

@csrf()
@endsection @push('scripts') @endpush