@extends('admin.layouts.app') @section('title', 'Occupations') @section('content')
Manage professional degrees and job titles.
| Name | Status | Actions |
|---|---|---|
| {{ $occupation->name }} | {{ $occupation->status ? 'Active' : 'Inactive' }} | |
|
No occupations recorded in the system. |
||