{{translate('refund_request')}}
@if (isset($order_details?->productAllStatus))
{{ translate('product') }} @if($order_details?->productAllStatus->discount > 0) @if ($order_details?->productAllStatus->discount_type == 'percent') -{{round($order_details?->productAllStatus->discount)}}% @elseif($order_details?->productAllStatus->discount_type =='flat') -{{ webCurrencyConverter(amount: $order_details?->productAllStatus->discount) }} @endif @endif
{{Str::limit($product['name'],40)}}
@if($order_details->variant)
{{translate('variant')}} : {{$order_details->variant}}
@endif
{{translate('qty')}} : {{$order_details->qty}}
{{translate('price')}} : {{ webCurrencyConverter(amount: $order_details->price)}}
{{ $order_details->created_at->format('d M Y, h:i a') }}
@else
{{translate('product_not_found')}}
@endif
{{translate('total_price')}}
{{ webCurrencyConverter(amount: $order_details->price) }}
{{translate('product_discount')}}
-{{ webCurrencyConverter(amount: $order_details->discount) }}
vat/tax
{{ webCurrencyConverter(amount: $order_details->tax) }}