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

{{$job_post->job_title}}

{{$job_post->short_description}}


{{trans('file.Details')}}

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

{{trans('file.Overview')}}

{{__('Job Title')}}

{{$job_post->job_title}}

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

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

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

{{$job_post->min_experience}}

{{trans('file.Vacancy')}}

{{$job_post->no_of_vacancy}}

{{__('Apply Before')}}

{{$job_post->closing_date}}

{{__('Posted')}}

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

@endsection