@extends('layouts.recruiter') @section('title', 'My Jobs — JOBES') @section('recruiter_content')
| Job Title | Category | Applicants | Status | Posted On | Actions |
|---|---|---|---|---|---|
| {{ $job->title }} | {{ $job->category->name ?? '—' }} | {{ $job->applications_count }} | @php $statusColor = match($job->status) { 'active' => 'background:#d1fae5; color:#065f46;', 'pending' => 'background:#fef3c7; color:#92400e;', default => 'background:#e2e8f0; color:#475569;' }; @endphp {{ $job->status }} | {{ $job->created_at->format('d M Y') }} |