@extends('layouts.app') @section('content')
Back to Careers

{{ $job->title }}

{{ $job->department?->name ?? 'General' }} • {{ str_replace('_',' ',ucfirst($job->employment_type)) }} • {{ $job->location }}

@include('layouts.flash')

Job Description

{{ $job->description }}

Requirements

{{ $job->requirements }}

Apply Now

@csrf
@endsection