@extends('layouts.guest') @push('html-header') @endpush @section('content') @if($links->isNotEmpty()) {!! $links->onEachSide(1)->withQueryString()->links() !!} @endif @endsection