{{ __('Location List') }}
{{-- Search filter --}}
@if (request()->get('par-page') !== 'all')
{{ __('Location List') }}
{{ $models->onEachSide(0)->links() }}
@endif