@extends('layouts.back-end.app-seller') @section('title', \App\CPU\translate('refund_list')) @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)
{{\Illuminate\Support\Str::limit($refund->product->name,35)}}
{{ \App\CPU\translate('qty') }} : {{ $refund->order_details->qty }}
|
@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')}}