@foreach($entries as $type) @if($user_id == 3) @foreach($type->getStoreItemsMenuBuilding($type->id) as $store_item) @endforeach @else @foreach($type->get_order_store_items($order_id, $type->menu_type_id) as $store_item) @endforeach @endif @endforeach