| @lang('modules.modifier.optionName') | @lang('modules.menu.setPrice') | @lang('app.select') |
|---|---|---|
| {{ $option->name }} | {{ $option->price ? currency_format($option->price, $menuItem->branch->restaurant->currency_id) : __('--') }} | @if ($option->is_available) @else @lang('modules.menu.notAvailable') @endif |