@if(isset($payment) &&count($payment))
@foreach($payment as $item)
| {{ date('d-m-Y', strtotime($item->payment_date)) }}
|
({{\App\Models\PaymentHistory::label[$item->payment_type]}}) {{ number_format($item->price) }} |
{{ $item->description }} |
|
@endforeach
@endif