@php $is_edit = isset($is_edit) ? $is_edit : false; @endphp
@if($is_edit) @else @endif
@if($order) @foreach($available_meal_systems as $item) @endforeach
{{__('page.meal_system')}} {{__('page.total_meal')}} {{__('page.price')}} {{__('page.total_price')}}
{{$is_edit ? $item->meal_system->name : $item->name}} {{ $is_edit ? $item->total_meal : $item->count_of_meal}} {{$item->total_price}}
@endif