@extends('layouts.admin') @section('title', 'Job Openings') @section('content_header')
# | Title | Experience Required | Location | Status | Actions |
---|---|---|---|---|---|
{{ ($jobs->currentPage() - 1) * $jobs->perPage() + $index + 1 }} | {{ $job->title }} | {{ $job->experience_required ?: 'N/A' }} | {{ $job->location ?: 'N/A' }} | @if($job->is_active) Active @else Inactive @endif | View Edit |
No job openings found. |