@foreach ($order->actions['buttons'] as $next_status) @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