@if(isset($pageTitleContent) && $pageTitleContent)

{{ $pageTitleContent }}

@endif @if(isset($pageProductsShow) && $pageProductsShow)
{{ $products->total() }} {{ $products->total() > 1 ? translate('items') : translate('item') }}
@else @endif
@if(isset($searchBarSection) && $searchBarSection) @if(!request()->has('global_search_input')) @endif @endif @if(isset($sortBySection) && $sortBySection)
{{ translate('sort_by').':' }}
@endif @if(isset($showProductsFilter) && $showProductsFilter)
{{ translate('Filter_By') }} :
@endif