History Refund

@foreach ($refunds as $refund) @endforeach
# ID Pembeli Penjual Total Tanggal Pengajuan Batas Konfirmasi Status Aksi
{{ $loop->iteration }} {{ $transaction->id }} {{ $refund->orders->pembeli }} {{ $refund->orders->penjual }} {{ $refund->total }} {{ $refund->created_at }} {{ $refund->due_date }}
{{ $refund->status }}
@endsection