@extends('layouts.app') @section('title', 'Create Position') @section('content')
Create Position
Back
@csrf
@error('department_id')
{{ $message }}
@enderror
@error('position_name')
{{ $message }}
@enderror 2-100 characters. Letters, numbers, spaces, hyphens, underscores, ampersands, and dots only.
@error('description')
{{ $message }}
@enderror 0/500 characters
Cancel
Information

Department: Select the department this position belongs to.

Position Name: Must be unique within the selected department.

Description: Optional field to describe the position's responsibilities.


Fields marked with * are required.

@endsection @push('scripts') @endpush