@foreach($financialRefunds as $key=> $row)
|
|
{{ $row->id }} |
{{ $row->user->name ?? $row->user->username ?? "" }} |
{{ $row->user->phone ?? "" }} |
{{ $row->amount }} |
{{ __("financial_refunds.status_$row->status") }} |
{{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} |
|
@endforeach
@if($financialRefunds->hasPages())
@endif