@props(['countries', 'categories', 'jobRoles', 'min_salary', 'max_salary', 'experiences', 'educations', 'jobTypes', 'currentCurrency'])
@if ($setting->app_country_type != 'single_base')
@php
$selected_country = session('selected_country');
@endphp
@if ($selected_country)
@php
$selected_location = selected_country()->name ?: 'N/A';
$current_location = currentLocation() ?: 'N/A';
@endphp
@if ($selected_location != $current_location)
{{ __('selected_location') }}
{{ $selected_location }}
{{ __('current_location') }}: {{ $current_location }}
{!! __(
'You_are_searching_for_jobs_from_current_but_your_selected_location_is_selected_and_we_have_found_results_matching_your_criteria',
['current' => $current_location, 'selected' => $selected_location, 'total' => $totalJobs],
) !!}
@endif
@endif
@endif
@php
$oldLocation = request('location');
$map = setting('default_map');
@endphp
@if ($map == 'map-box')
@elseif ($map == 'google-map')
@else
@endif
@push('frontend_links')
@if ($map == 'leaflet')
@endif
@endpush
{{-- --}}
@push('frontend_scripts')
@if ($map == 'leaflet')
@elseif ($map == 'map-box')
@elseif ($map == 'google-map')
@endif
@endpush