@extends(get_view('index')) @section('title') {{ $category->content->name ?? translate('category') }} - @endsection @section('header') @endsection @section('content')
{{ $products->total() }} {{ translate('results_found') }}

{{ translate('order') }}:

@foreach ($products as $product)
@include(get_view('components.product.single-product'))
@endforeach
@include( get_view('components.search.left-filter') )
@endsection @section('footer') @endsection