@foreach ($order->actions['buttons'] as $next_status)
Warning: Undefined variable $next_status in /home/januspro/lion.kivulakebreezeguesthouse.com/resources/views/orders/partials/actions/actions.blade.php on line 4
Warning: Undefined variable $next_status in /home/januspro/lion.kivulakebreezeguesthouse.com/resources/views/orders/partials/actions/actions.blade.php on line 6
@if (in_array("timprepare", config('global.modules',[])) && $next_status=="accepted_by_restaurant")
{{ __($next_status) }}
@elseif ($next_status=="assigned_to_driver")
@else
{{ __($next_status) }}
@endif
@endforeach
@if (strlen($order->actions['message'])>0)
{{ $order->actions['message'] }}
@endif