@include('frontend.layouts.product_header_links') @if(count($products) > 0) @if(isset($search_option) && $search_option == true)

Total ‘{{count($products)}}’ results found

@endif
@foreach($products as $key => $product) @php($category = App\ProductsCategoriesModel::find($product->category_id)) @php($series = App\ProductsCategorySeriesModel::find($product->series_id))
@endforeach
@else

No Data found

@if(isset($search_option)) Back To Products @endif
@endif @include('frontend.layouts.product_footer_links')