{{translate('order_status')}}
@if($order['order_status']=='failed' || $order['order_status']=='canceled') {{translate($order['order_status'] =='failed' ? 'Failed To Deliver' : $order['order_status'])}} @elseif($order['order_status']=='confirmed' || $order['order_status']=='processing' || $order['order_status']=='delivered') {{translate($order['order_status']=='processing' ? 'packaging' : $order['order_status'])}} @else {{translate($order['order_status'])}} @endif{{translate('payment_status')}}
{{translate('Verification_Code')}}
{{translate('product_details')}} | {{translate('qty')}} | {{translate('unit_price')}} | {{translate('discount')}} | order_type == 'default_type' && $order->order_status=='delivered') ? 'colspan="2"':'' }}>{{translate('Total')}} | @if($order->order_type == 'default_type' && ($order->order_status=='delivered' || ($order->payment_status == 'paid' && $digitalProduct))){{translate('action')}} | @elseif($order->order_type != 'default_type' && $order->order_status=='delivered')@endif |
---|---|---|---|---|---|---|
{{isset($product['name']) ? Str::limit($product['name'],40) : ''}}
@if($detail->refund_request == 1)
({{translate('refund_pending')}}
)
@if($detail->variant)
{{translate('variant')}} :{{$detail->variant}}
@endif
|
{{$detail->qty}} | {{webCurrencyConverter($detail->price)}} | {{webCurrencyConverter($detail->discount)}} | {{webCurrencyConverter(($detail->qty*$detail->price)-$detail->discount)}} | @php($length = $detail->created_at->diffInDays($current_date))
@if($detail?->product && $order->payment_status == 'paid' && $detail?->product->digital_product_type == 'ready_product')
@elseif($detail?->product && $order->payment_status == 'paid' && $detail?->product->digital_product_type == 'ready_after_sell')
@if($detail->digital_file_after_sell)
@else
@endif
@endif
@if($order->order_type == 'default_type')
@if($order->order_status=='delivered')
@include('theme-views.layouts.partials.modal._review',['id'=>$detail->id,'order_details'=>$detail,])
@if($detail->refund_request !=0)
{{translate('refund_details')}}
@endif
@if( $length <= $refund_day_limit && $detail->refund_request == 0)
@include('theme-views.layouts.partials.modal._refund',['id'=>$detail->id,'order_details'=>$detail,'order'=>$order,'product'=>$product])
@endif
@endif
@else
@endif
|