@extends('admin.layouts.app') @section('title', 'Career Details') @section('content')
{{ ucfirst($career['department']) }}
{{ $career['location'] }}
{{ str_replace('_', ' ', ucfirst($career['employment_type'])) }}
{{ $career['salary_range'] }}