Manage Job Positions ({{ $jobPositions->count() }})
| Position | Location | Experience | Type | Status | Actions |
|---|---|---|---|---|---|
|
{{ $job->title }}
{{ Str::limit($job->description, 50) }}
|
{{ $job->location }}
|
{{ $job->experience }}
|
{{ ucfirst($job->type) }} | {{ $job->is_active ? 'Active' : 'Inactive' }} |
|
| No job positions found. | |||||