@extends('layouts.admin') @section('page-title', 'Job-Openings') @section('content')
| ID | Job Title | Type | Location | Status | Actions |
|---|---|---|---|---|---|
| {{ $job->id }} | {{ $job->job_title }} | {{ $job->job_type }} | {{ $job->location }} | {{ ucfirst($job->status ?? 'active') }} | Edit |
| No jobs found | |||||