@php $paidAmount=number_format($loan->payments()->sum('paid_amount')); @endphp @extends('layouts.app') @section('title','Loan Payments'.' - '.$loan->installation->customerVehicle->user->first_name.' '.$loan->installation->customerVehicle->user->last_name) @section('main-content')
| Date of Payment | Amount Paid | Payment Method | |
|---|---|---|---|
| {{\Carbon\Carbon::parse($payment->payment_date)->format('d F Y')}} | {{number_format($payment->paid_amount)}} Tsh | {{Str::title($payment->payment_method)}} |
No Record Found
@endunless