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

@lang('global.general_information')

@lang('global.additional_options')

@foreach ($meal->options as $index => $option) @include('restaurant.meals.helpers.option', [ 'option' => $option, 'option_index' => $index, ]) @endforeach
@endsection