@extends('layouts.admin') @section('title', 'Duty Positions') @section('page_title', 'Duty Positions') @section('content')
Manage duty positions (e.g., Main Gate, Patrol, Lobby) for employee assignments.
| Position Name @if(request('sort') === 'name_asc') @elseif(request('sort') === 'name_desc') @else @endif | Status | Created At | Actions |
|---|---|---|---|
| {{ $position->name }} | {{ $position->created_at->format('M d, Y') }} | ||
| No positions found. Click "Add Position" to create one. | |||