Refund

@foreach ($refunds as $refund) @endforeach
# Order Id Customer Seller total Due Date Status upload Bukti Action
{{ $loop->iteration }} {{ $refund->id }} {{ $refund->transaction->data_pembeli->nama_depan }} {{ $refund->transaction->data_penjual->nama_depan }} {{ $refund->total }} {{ $refund->created_at }} {{ $refund->due_date }} {{ ucwords($refund->status) }}