@extends('student.layouts.app') @section('title', 'Riwayat Tes Potensi Karier | Career Development and Consultation (CDC)') @push('styles') @endpush @section('header')

Riwayat Tes Potensi Karier

@endsection @section('content')
@foreach ($results as $index => $result) @endforeach
Nomor Nama Tipe Kepribadian Tanggal Tes Pengaturan
{{ $index + 1 }} {{ $result->user->name }} {{ $result->personality->first()->personality }} {{ \Carbon\Carbon::parse($result->created_at)->format('Y-m-d') }} Detail
@endsection @push('scripts') @endpush