@extends('employee.layouts.app') @section('title', 'Manajemen Jurusan | Career Development and Consultation (CDC)') @push('styles') @endpush @section('navigation')

Jurusan Manajemen Jurusan

@endsection @section('content')
@foreach ($departments as $index => $department) @endforeach
Nomor Kode Jurusan Pengaturan
{{ $index + 1 }} {{ $department->department_code }} {{ ucfirst($department->department_name) }}
Perbarui
@csrf @method('delete') Hapus
@endsection @push('scripts') @endpush