{{ __('All Students') }}
{{-- Search filter --}}
@if (request()->get('par-page') !== 'all')
{{ __('All Students') }}
@adminCan('customer.create') @endadminCan
{{ $users->onEachSide(0)->links() }}
@endif