@extends('layouts.back-end.app-seller') @section('content')
| {{\App\CPU\translate('SL')}} | {{\App\CPU\translate('order_ID')}} | {{\App\CPU\translate('product_Info')}} | {{\App\CPU\translate('customer_Info')}} | {{\App\CPU\translate('Total_Amount')}} | {{\App\CPU\translate('Order_Status')}} | {{\App\CPU\translate('Action')}} |
|---|---|---|---|---|---|---|
| {{$refund_list->firstItem()+$key}} | {{$refund->order_id}} | @if ($refund->product!=null) @else {{\App\CPU\translate('product_name_not_found')}} @endif | @if ($refund->customer !=null) @else {{\App\CPU\translate('customer_not_found')}} @endif | {{\App\CPU\Helpers::currency_converter($refund->amount)}} | {{\App\CPU\translate($refund->status)}} |
{{ \App\CPU\translate('No_data_to_show')}}