@extends('layouts.admin') @section('title', 'Add Duty Position') @section('page_title', 'Add Duty Position') @section('content')

Add New Duty Position

Create a new position record (e.g., Main Gate, Patrol).

Back to List
@csrf
@error('name')

{{ $message }}

@enderror
@endsection