@extends('layouts.app') @section('title', 'Apply for Position') @section('content')
Position: {{ $career['title'] ?? '' }}
Department: {{ ucfirst($career['department'] ?? '') }}
Location: {{ $career['location'] ?? '' }}
Type: {{ str_replace('_', ' ', ucfirst($career['employment_type'] ?? '')) }}