@if (
$restaurant->branch->settings->orders->is_login_active ||
$restaurant->branch->settings->orders->is_otp_active ||
$restaurant->settings->orders->show_phone_input ||
$restaurant->settings->orders->show_name_input ||
$restaurant->settings->orders->show_email_input ||
$restaurant->settings->orders->show_types_input ||
(!$table && $restaurant->settings->orders->default_type === 'in_restaurant_dining' && $restaurant->settings->orders->show_table_input ) ||
($restaurant->settings->orders->default_type === 'in_restaurant_dining' && $restaurant->settings->orders->show_persons_input) ||
(!$room && $restaurant->settings->orders->default_type === 'in_room_dining' && $restaurant->settings->orders->show_room_input ) ||
($restaurant->settings->orders->default_type === 'in_room_dining' && $restaurant->settings->orders->show_persons_input)
)
@endif
@if ($restaurant->settings->orders->show_name_input)
@endif
@if ($restaurant->settings->orders->show_email_input)
@endif
@if ($restaurant->settings->orders->show_phone_input || $restaurant->branch->settings->orders->is_login_active || $restaurant->branch->settings->orders->is_otp_active)
@if ($user)
@else
@endif
@endif
@if (!$table && $restaurant->settings->orders->show_table_input)
@endif
@if (!$room && $restaurant->settings->orders->show_room_input)
@endif
@if ($restaurant->settings->orders->show_persons_input)
@endif