{{-- Do your work, then step back. --}} @section('seoTitle') {{ $title }} @ {{ env('SEO_NAME') }} @endsection @section('metaDescription') {{-- {{ strip_tags(substr($job->description, 0, 150)) }} --}} @endsection {{-- --}} {{-- ------------------------search --}} {{-- ------------------------search end --}}
{{-- @include('includes.breadcrumb') --}} Home > Jobs {{-- {{ $title }} --}}
@if (!empty($jobs))

{{ $title }}

{{ $jobs->total() }} jobs found, {{ $this->search ? ' for '. ucwords($this->search) : '' }} {{ $this->industry ? ' '. getIndustryByIndustryId($this->industry). ' Jobs' : '' }} {{ $this->location ? ' in '. $this->location : '' }} {{-- {{ $searchTerm }} --}} @foreach ($jobs as $job) {{-- --}} @endforeach
@endif @if (!empty($selectedJob))

{{ $selectedJob->title }}

Job Details

{{-- --}}
Company: {{ $selectedJob->company_name }}
Location: {{ $selectedJob->city }}, {{ $selectedJob->state }}
Salary: {{ $selectedJob->salary_from ? $selectedJob->salary_from : 'Undisclosed' }}
Gender: {{ $selectedJob->gender ? $selectedJob->gender : 'Any' }}
Posted On: {{ Carbon::parse($selectedJob->updated_at)->format('d-M-Y') }}

Job Description

{!! $selectedJob->description !!}
@endif
@if (method_exists($jobs, 'links'))
{{ $jobs->links() }}
@endif @if (!isset($jobs))

Modify search criteria or have a look at our other hot jobs

@endif

@push('custom-scripts') @endpush