@extends('layouts.app') @section('content')

Edit Department

Update department information

@csrf @method('PUT')
{{-- Department Name --}}
{{-- Department Code --}}
{{-- Manager --}}
{{-- Status --}}
Cancel and Go Back
@endsection