{{ $menuItem->item_name }}
{{ $menuItem->item_name }}
{{ $menuItem->description }}
@foreach ($menuItem->variations as $item) @endforeach
@lang('modules.menu.itemName') @lang('modules.menu.setPrice') @lang('app.action')
{{ $item->variation }}
{{ $item->price ? currency() . $item->price : '--' }}
@lang('modules.menu.deleteVariant')? @lang('modules.menu.deleteVariantMessage')? {{ __('Cancel') }} @if ($itemVariation) {{ __('Delete') }} @endif @lang('modules.menu.itemVariations') @if ($itemVariation)
{{ currency() }}
@lang('app.save') @lang('app.cancel')
@endif