@extends('layouts.app') @section('title', 'Edit Position') @section('content')
Edit Position
Back
@csrf @method('PUT')
@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.

History

Created: {{ $position->created_at->format('d M Y, H:i') }}

Updated: {{ $position->updated_at->format('d M Y, H:i') }}

@endsection @push('scripts') @endpush