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

Edit Duty Position

Update the position record for "{{ $position->name }}".

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

{{ $message }}

@enderror
@endsection