@php Theme::asset()->container('footer')->usePath()->add('candidates-filter', 'js/candidates-filter.js'); @endphp
@if (is_plugin_active('ads')) {!! apply_filters('ads_render', null, 'candidate_list_before', ['class' => 'my-2 text-center']) !!} @endif
{!! 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'))
@if (is_plugin_active('ads')) {!! apply_filters('ads_render', null, 'candidate_list_after', ['class' => 'my-2 text-center']) !!} @endif