@if(!isset($gender)) @foreach($products as $product) @foreach($product->gender_category as $gender) @include('front.templates.goods-template') @endforeach @endforeach @else @foreach($products as $product) @include('front.templates.goods-template') @endforeach @endif