@php Theme::asset()->container('footer')->usePath()->add('candidates-filter', 'js/candidates-filter.js'); @endphp
{!! Theme::partial('loading') !!}
{{ __('Showing :from-:to of :total candidate(s)', [ 'from' => $candidates->firstItem() ?: 0, 'to' => $candidates->lastItem() ?: 0, 'total' => $candidates->total(), ]) }}
{{ __('Show') }}:
@include(Theme::getThemeNamespace('views.job-board.partials.sort-by-dropdown'))
@include(Theme::getThemeNamespace('views.job-board.partials.candidate-list'))