@extends('layouts.app') @section('title', 'Edit Department') @section('subtitle', 'Update department information') @section('content')
Back to Department Details

Edit Department Information

@csrf @method('PUT')

Basic Information

@error('name')

{{ $message }}

@enderror
@error('department_head')

{{ $message }}

@enderror
@error('cost_center')

{{ $message }}

@enderror
@error('is_active')

{{ $message }}

@enderror

Description

@error('description')

{{ $message }}

@enderror
Cancel
@endsection