@extends('layouts.front.front') @section('title', $career->job_title) {{-- main content --}} @section('content')

{{ $career->job_title }}

{!! html_entity_decode($career->description) !!}
$career->slug])}}" class="btn btn-primary w-100">file Apply Now
Location: {{ $career->location }}
Posted: {{ $career->created_at->diffForHumans() }}
Experience: {{ $career->experience }}
Job type: {{ ucfirst($career->job_type) }}
@endsection