સ્વાગત છે, {{ Auth::user()->name }}

મારી લોન વિગત


@if(isset($activeLoan))

મૂળ રકમ: Rs. {{ $activeLoan->principal_amount }}

ઉચક વ્યાજ: Rs. {{ $activeLoan->flat_interest }}

કુલ ભરવાપાત્ર: Rs. {{ $activeLoan->total_payable }}

લોન દિવસો: {{ $activeLoan->duration_days }} દિવસ

સ્ટેટ્સ: {{ $activeLoan->status }}

@else

તમારી કોઈ સક્રિય લોન નથી.

@endif

લાઇવ સિબિલ સ્કોર (Live CIBIL)


750

શાનદાર સ્કોર (1 થી 100 દિવસ ટ્રેકિંગ)

75%

હપ્તા જમા હિસ્ટ્રી (Transaction History)

@if(isset($activeLoan) && $activeLoan->transactions->count() > 0) @foreach($activeLoan->transactions as $trx) @endforeach @else @endif
તારીખ પ્રકાર રકમ રેમાર્ક
{{ $trx->payment_date }} {{ ucfirst($trx->type) }} Rs. {{ $trx->amount }} {{ $trx->remark ?? '-' }}
કોઈ ટ્રાન્ઝેક્શન મળ્યા નથી.