@extends('restaurant.layouts.index',["without_card" => true]) @section('content')

@lang('global.general_information')

@lang('global.meal_ingredients_and_options')

@foreach ($meal->ingredients as $index => $ingredient) @include('restaurant.menus.sections.meals.helpers.ingredient',['ingredient' => $ingredient,'ingredient_index' => $index]) @endforeach
@endsection