@extends('layouts.app') @section('content') @if($links->isNotEmpty()) {!! $links->onEachSide(1)->withQueryString()->links() !!} @endif @endsection