#{{ $order->id_formated }}
|
@hasrole('admin|driver')
|
@endif
{{ $order->created_at->locale(Config::get('app.locale'))->isoFormat('LLLL') }}
|
{{ $order->table ? $order->table->getFullNameAttribute()." / " : '' }}
{{ $order->getExpeditionType() }}
|
@if (!isset($hideAction))
{{ count($order->items) }}
|
@endif
@money( $order->order_price_with_discount, config('settings.cashier_currency'),config('settings.do_convertion'))
|
@include('orders.partials.laststatus')
|
@if (!isset($hideAction))
@include('orders.partials.actions.table',['order' => $order ])
@endif
@endforeach