{{t_('Order')}}
{{$order->user?->name}}
{{t_('Tel No')}}: {{$order->user?->phone}}
{{t_('Email')}}: {{$order->user?->email}}
{{t_('Invoice No')}} #GK{{$order->id}}
{{t_('payment type')}} {{t_($order->payment_type)}}
{{t_('payment status')}} {{$order->status == 'paid' || $order->status == 'shipped paid' || $order->status == 'complete'? t_('successfully paid') : t_('not paid')}}
{{t_('Order Status')}}
@if($order->status == 'paid')
Warning: Undefined variable $options in /home/elearnin/public_html/edhmn/resources/views/merchant/order/orders/show.blade.php on line 31
Warning: Undefined variable $options in /home/elearnin/public_html/edhmn/resources/views/merchant/order/orders/show.blade.php on line 31
@else
Warning: Undefined variable $options in /home/elearnin/public_html/edhmn/resources/views/merchant/order/orders/show.blade.php on line 35
@endif
@if($order->status == 'complete')
Fatal error: Uncaught Error: Call to undefined function t_() in /home/elearnin/public_html/edhmn/resources/views/merchant/order/orders/show.blade.php:41
Stack trace:
#0 {main}
thrown in /home/elearnin/public_html/edhmn/resources/views/merchant/order/orders/show.blade.php on line 41