@extends('admin.layouts.app') @section('title', 'Careers') @section('breadcrumb')
| Position | Department | Location | Type | Applications | Status | Posted | Actions |
|---|---|---|---|---|---|---|---|
| {{ $job['position'] }} | {{ $job['dept'] }} | {{ $job['location'] }} | {{ $job['type'] }} | {{ $job['apps'] }} | @php $statusClass = match($job['status']) { 'Open' => 'bg-emerald-50 text-emerald-700', 'Closed' => 'bg-amber-50 text-amber-700', 'Filled' => 'bg-gray-100 text-gray-600', default => 'bg-gray-100 text-gray-600' }; @endphp {{ $job['status'] }} | {{ $job['posted'] }} |