@extends('master') @section('title_front','Job-Details') @section('content')

{{$job_post->job_title}}

{{$job_post->short_description}}


{{trans('Details')}}

{!! html_entity_decode($job_post->long_description) !!}

{{trans('Overview')}}

{{__('Job Title')}}

{{$job_post->job_title}}

@if(!empty($job_post->Company->company_name))
{{__('Company')}}

{{$job_post->Company->company_name}}

@endif
{{trans('Experience')}}

{{$job_post->jobExperience->title}}

{{trans('Vacancy')}}

{{$job_post->no_of_vacancy}}

{{__('Apply Before')}}

{{$job_post->closing_date}}

{{__('Posted')}}

{{$job_post->updated_at->diffForHumans()}}

@endsection @section('page_script') @endsection