@php $photos = $item->photos; $steps[] = [ 'title' => 'Fényképek', 'include' => 'product.steps.photos', ]; if( $item->part_id == 1 ) { if( $item->parts_tree_template ) { $steps[] = [ 'title' => 'Alkatrészfa', 'include' => 'product.steps.parts_template_tree', ]; } } @endphp