@foreach ($order->actions['buttons'] as $next_status)
Warning: Undefined variable $next_status in /home/gyannewsoftware/public_html/fooddelivery1_WhatsAppFoodSaaS/resources/views/orders/partials/actions/actions.blade.php on line 4

Deprecated: str_contains(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/gyannewsoftware/public_html/fooddelivery1_WhatsAppFoodSaaS/resources/views/orders/partials/actions/actions.blade.php on line 4

Warning: Undefined variable $next_status in /home/gyannewsoftware/public_html/fooddelivery1_WhatsAppFoodSaaS/resources/views/orders/partials/actions/actions.blade.php on line 6

Deprecated: str_contains(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/gyannewsoftware/public_html/fooddelivery1_WhatsAppFoodSaaS/resources/views/orders/partials/actions/actions.blade.php on line 6
@if (in_array("timprepare", config('global.modules',[])) && $next_status=="accepted_by_restaurant") @elseif ($next_status=="assigned_to_driver") @else {{ __($next_status) }} @endif @endforeach @if (strlen($order->actions['message'])>0)

{{ $order->actions['message'] }}

@endif