@foreach($latestExps as $item)
| {{ Date::parse($item->paid_at)->format($date_format) }} |
{{ $item->vendor_name ? $item->vendor_name : trans_choice('general.payments', 2) }} |
@money($item->amount, $item->currency_code, true) |
@endforeach
@if(count($latestExps) == 0)
| No Data |
@endif