@extends('employee.layouts.app') @section('title', 'Edit Department | Career Development and Consultation (CDC)') @section('navigation')

Department Edit Department

@endsection @section('content')
@csrf @method('PUT')
@error('department_code')
{{ $message }}
@enderror
@error('department_name')
{{ $message }}
@enderror
Kembali
@endsection