@php($data =0)
@if (($restaurant->restaurant_model == 'subscription' && isset($restaurant->restaurant_sub) && $restaurant->restaurant_sub->self_delivery == 1) || ($restaurant->restaurant_model == 'commission' && $restaurant->self_delivery_system == 1) )
@php($data =1)
@endif
@if ($data)
@endif
@if ($toggle_veg_non_veg)
@endif
@php($order_subscription = \App\Models\BusinessSetting::where('key', 'order_subscription')->first())
@if (isset($order_subscription) && $order_subscription->value == 1)
@endif