{{ trans('store.product.name') }} | {{ trans('store.orders.total') }} | {{ trans('store.orders.tranfer') }} | {{ trans('store.orders.status') }} |
{{ trans('store.orders.actions') }}
|
||
---|---|---|---|---|---|---|
|
@if($orders->file !='') @else @endif |
{{ $order->title }}
Sku ID: {{ $order->uid }}
|
{{ $order->stock }}
|
{{ $order->price }} {{ $order->curency }}
|
status =='active'? 'checked' : '' }}>
|