{{-- @include('includes.partials.search-amp') --}}

@if($data['listing_type'] == 'products_search') Search Results for "{{ request()->input('s') }}" @elseif(isset($data['category'])) {{ $data['category']->name }} @endif

@if(isset($data['category']))
{!! nl2br($description) !!}
@if(isset($full_description)) @endif {!! $video_tag !!} @endif {{--

Showing {{ $data['products']->firstItem() }} to {{ $data['products']->lastItem() }} of total {{ $data['products']->total() }} results

{!! Form::open(array('route' => 'frontend.set-listing-limit', 'method' => 'POST', 'class' => 'mb-0')) !!} {!! Form::select('listing_limit', ['15' => '15', '30' => '30', '45' => '45', '60' => '60', '999' => 'All'] ,$data['listing_limit'] ,['class'=>'listing-limit', 'onchange' => 'this.form.submit();']) !!} {!! Form::close() !!}
--}}
{{--

Page @{{currentPage}} of @{{pageCount}}

--}}
{{--
@if(isset($data['products'])) @foreach($data['products'] as $product){!! \App\Models\Product::productBlock($product, 'product-list-amp', true) !!}@endforeach @else

Sorry!, no products found.

@endif
--}}