@extends('admin.layouts.app') @section('title', 'Detail Siswa - ' . $student->name) @section('content')
{{ $student->name }}
Nama
{{ $student->name }}
{{ $student->email }}
NIS
{{ $student->nis ?? '-' }}
Kelompok Asal
@if($student->kelompok_asal){{ $student->kelompok_asal }}
@else-
@endifFoto Profil
@if($student->foto)-
@endifTerdaftar
{{ $student->created_at->format('d M Y H:i') }}
{{ $rec->created_at->format('d M Y H:i') }}
Rekomendasi #{{ $loop->index + 1 }}Top 3 Rekomendasi:
Minat: {{ $rec->minat ?? '-' }} | Cita-cita: {{ $rec->cita_cita ?? '-' }}
Siswa belum melakukan rekomendasi
@endif{{ $chat->created_at->format('d M Y H:i') }}
👤 Pertanyaan Siswa:
{{ \Illuminate\Support\Str::limit($chat->prompt, 150) }}
🤖 Jawaban AI:
{{ \Illuminate\Support\Str::limit($chat->response, 150) }}
Siswa belum melakukan chat dengan AI
@endif