@extends('employee.layouts.app') @section('title', 'Dashboard | Career Development and Consultation (CDC)') @push('styles') @endpush @section('navigation')
Nomor | Nama | Jurusan | Tanggal | Pengaturan | @foreach ($results as $index => $result)
---|---|---|---|---|
{{ $index + 1 }} | {{ ucfirst($result->user->name) }} | {{ ucfirst($result->user->student->department->department_name) }} | {{ ucfirst($result->created_at) }} |