@props(['orientation']) @if ($totalPages > 1 || isset($filters))
@if($orientation === 'up') @isset($filters) @include('components.pagination-filters', ['filters' => $filters, 'orientation' => $orientation]) @endisset @endif @if ($totalPages > 1) @if ($currentPage > 1)
@endif
{{ $currentPage }}
@if ($currentPage < $totalPages)
@endif @endif @if($orientation === 'down') @isset($filters) @include('components.pagination-filters', ['filters' => $filters, 'orientation' => $orientation]) @endisset @endif
@endif