@if ($refund->product!=null)
{{$refund->product->name}}
@else
{{\App\CPU\translate('product_name_not_found')}}
@endif
{{\App\CPU\translate('QTY')}} : {{$refund->order_details->qty}}
{{\App\CPU\translate('price')}} : {{\App\CPU\Helpers::currency_converter($refund->order_details->price)}}
@if ($order_details->variant!=null)
{{\App\CPU\translate('variant')}} :
{{$order_details->variant}}
@endif