@extends('layouts.back-end.app') @section('content')
| {{\App\CPU\translate('SL')}}# | {{\App\CPU\translate('refund_id')}} | {{\App\CPU\translate('order_id')}} | {{\App\CPU\translate('customer_name')}} | {{\App\CPU\translate('status')}} | {{\App\CPU\translate('amount')}} | {{\App\CPU\translate('product_name')}} | {{\App\CPU\translate('Action')}} |
|---|---|---|---|---|---|---|---|
| {{$refund_list->firstItem()+$key}} | {{$refund->id}} | {{$refund->order_id}} | @if ($refund->customer !=null) {{$refund->customer->f_name. ' '.$refund->customer->l_name}} @else {{\App\CPU\translate('customer_not_found')}} @endif | {{\App\CPU\translate($refund->status)}} | {{\App\CPU\Helpers::currency_converter($refund->amount)}} | @if ($refund->product!=null) {{\Illuminate\Support\Str::limit($refund->product->name,35)}} @else {{\App\CPU\translate('product_name_not_found')}} @endif |
{{ \App\CPU\translate('No_data_to_show')}}