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

Department Create Department

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