@if(!isset($details))

{!!__('home.show.1')!!} {{ $products->firstItem() }} - {{ $products->lastItem() }} {!!__('home.show.2')!!} {{$products->total()}} {!!__('home.show.3')!!}

@else

{!!__('home.show.1')!!} {{ $products->firstItem() }} - {{ $products->lastItem() }} {!!__('home.show.2')!!} {{$products->total()}} {!!__('home.show.3')!!}

@endif
@foreach ($products as $p) @endforeach
    @if(isset($query)) {{ $products->appends($query)->onEachSide(1)->links() }} @else {{ $products->onEachSide(1)->links('vendor.livewire.bootstrap') }} @endif
@section('extraJs') @endsection