{{-- Search filter --}}
@adminCan('nearest.location.create') @endadminCan
@forelse ($nearestLocations as $location) @empty @endforelse
{{ __('SN') }} {{ __('Title') }} {{ __('Status') }} {{ __('Actions') }}
{{ $loop->index + 1 }} {{ $location->title }} status ? 'checked' : '' }} data-toggle="toggle" data-on="{{ __('Active') }}" data-off="{{ __('Inactive') }}" data-onstyle="success" data-offstyle="danger">
@adminCan('nearest.location.edit') @endadminCan @adminCan('nearest.location.delete') @endadminCan
@if (request()->get('par-page') !== 'all')
{{ $nearestLocations->onEachSide(0)->links() }}
@endif