{{ __('ID') }} @hasrole('admin|driver') {{ __('Restaurant') }} @endhasrole {{ __('Created') }} {{ !config('settings.is_whatsapp_ordering_mode') ? __('Table / Method') : __('Method') }} @if (!isset($hideAction)) {{ __('Items') }} @endif {{ __('Price') }} {{ __('Last status') }} @if (!isset($hideAction)) {{ __('Actions') }} @endif @foreach($orders as $order) #{{ $order->id_formated }} @hasrole('admin|driver')
...restorant->icon }}>
{{ $order->restorant->name }}
@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