@if(!isset($details))

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

@else

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

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