History Refund

{{--

History Refund

--}}
Show: entries
@foreach ($history_refund as $HistoryRefund) @endforeach
Order ID Customer Seller Total Due Date Status Action
{{ $HistoryRefund['orderId'] }} {{ $HistoryRefund['customer'] }} {{ $HistoryRefund['seller'] }} {{ $HistoryRefund['total'] }} {{ $HistoryRefund['date'] }}
{{ $HistoryRefund['status'] }}
@endsection