@extends('front.master') @section('title', 'Home') @section('meta_title', 'Home') @section('description', 'At LTF Recruitment we understand the importance of choosing the right person for each school and with the 20 years of experience, we intend to do just that.') {{-- facebook meta tags --}} @section('fb_meta_title', 'Home') @section('fb_description', 'At LTF Recruitment we understand the importance of choosing the right person for each school and with the 20 years of experience, we intend to do just that.') @section('fb_route', URL::current()) @section('fb_type', 'website') @section('fb_image', asset('/images/new_design_2022/offer_ca3rd.png')) {{--twitter meta tags --}} @section('twitter_meta_title', 'Home') @section('twitter_description', 'At LTF Recruitment we understand the importance of choosing the right person for each school and with the 20 years of experience, we intend to do just that.') @section('twitter_url', URL::current()) @section('content')
{{--
#
--}}

{{$job->title}}

@if($job->city_model) {{$job->city_model->title}}, @endif @if($job->region){{$job->region->title}} @endif
@foreach ($job->job_contract_type as $contract)
{{$contract->title}}
@endforeach
{{\Carbon\Carbon::parse($job->date_from)->diffForHumans()}}
@if($job->experience)

Experience

{{$job->experience}}

@endif @if($job->job_applied_for && count($job->job_applied_for) > 0)

Work Level

@foreach ($job->job_applied_for as $job_applied)

{{$job_applied->title}}

@endforeach
@endif @if($job->salery_from)

Offer Salary

${{$job->salery_from}}/ @if($job->salery_to) {{$job->salery_to}} @endif month

@endif
{!!$job->description!!}

To apply for this role, please click on the apply button.

Apply Now

@livewire('front.vacancies.apply-now-modal')

Similar Jobs

@foreach ($other_works as $work)
{{\Carbon\Carbon::parse($work->created_at)->diffForHumans()}}
{{--

School Name

--}}

{{$work->title}}

{{Str::limit(strip_tags($work->description),150)}}

@if($work->city_model) {{$work->city_model->title}}, @endif @if($work->region){{$work->region->title}} @endif
@foreach ($work->job_contract_type as $type)
{{$type->title}}
@endforeach
View
Open Link Here
@endforeach
@endsection @push('modals') @endpush @push('scripts') @endpush