{{-- * JobClass - Job Board Web Application * Copyright (c) BeDigit. All Rights Reserved * * Website: https://laraclassifier.com/jobclass * * LICENSE * ------- * This software is furnished under a license and may be used and copied * only in accordance with the terms of such license and with the inclusion * of the above copyright notice. If you Purchased from CodeCanyon, * Please read the full License from here - http://codecanyon.net/licenses/standard --}} @extends('layouts.master') @section('search') @parent @includeFirst([config('larapen.core.customizedViewPath') . 'search.inc.form', 'search.inc.form']) @endsection @section('content')
@includeFirst([config('larapen.core.customizedViewPath') . 'search.inc.breadcrumbs', 'search.inc.breadcrumbs']) @if (config('settings.list.show_cats_in_top')) @if (isset($cats) && $cats->count() > 0)
@endif @includeFirst([config('larapen.core.customizedViewPath') . 'search.inc.categories', 'search.inc.categories']) @endif
@if (session()->has('flash_notification'))
@include('flash::message')
@endif
{{-- Sidebar --}} @includeFirst([config('larapen.core.customizedViewPath') . 'search.inc.sidebar', 'search.inc.sidebar']) {{-- Content --}}
{{-- Nav tabs --}}

{{ $count->get('all') }} {{ t('Jobs Found') }}

{{-- Mobile Filter bar --}}
{{-- Mobile Filter bar End--}}
{{-- OrderBy Desktop --}}
@includeFirst([config('larapen.core.customizedViewPath') . 'search.inc.posts.template.list', 'search.inc.posts.template.list'])
@if ($posts->hasPages()) @endif
{{-- Advertising --}} @includeFirst([config('larapen.core.customizedViewPath') . 'layouts.inc.advertising.bottom', 'layouts.inc.advertising.bottom']) {{-- Promo Post Button --}} @if (!auth()->check())

{{ t('Looking for a job') }}

{{ t('Upload your Resume and easily apply to jobs from any device') }}
{{ t('Add Your Resume') }}
@endif {{-- Category Description --}} @if (isset($cat, $cat->description) && !empty($cat->description)) @if (!(bool)$cat->hide_description)
{!! $cat->description !!}
@endif @endif {{-- Show Posts Tags --}} @if (config('settings.list.show_listings_tags')) @if (isset($tags) && !empty($tags))

{{ t('Tags') }}:

@foreach($tags as $iTag) {{ $iTag }} @endforeach
@endif @endif
@endsection @section('modal_location') @parent @includeFirst([config('larapen.core.customizedViewPath') . 'layouts.inc.modal.location', 'layouts.inc.modal.location']) @endsection @section('after_scripts') @endsection