@extends('layouts.careers') @section('title', __('Application status')) @section('content') @php $mainSteps = ['applied', 'shortlisted', 'interview', 'offered', 'hired']; $currentIdx = array_search($application->status, $mainSteps, true); @endphp
{{ $application->jobPosting->title }}