@extends('layouts.admin') @section('title', 'Careers') @section('header', 'Manage Careers') @section('content')
| Title | Department | Location | Type | Status | Applications | Valid Through | Actions |
|---|---|---|---|---|---|---|---|
|
{{ $career->title }}
{{ Str::limit($career->slug, 30) }}
|
{{ $career->department ?? 'N/A' }} | {{ $career->location }} | {{ ucfirst($career->employment_type) }} | {{ $career->applications_count }} | {{ $career->valid_through ? $career->valid_through->format('M d, Y') : 'No expiry' }} | View Edit | |