@extends('layouts.app') @section('title', 'Edit Position') @section('content')
Department: Select the department this position belongs to.
Position Name: Must be unique within the selected department.
Created: {{ $position->created_at->format('d M Y, H:i') }}
Updated: {{ $position->updated_at->format('d M Y, H:i') }}