@extends('bk.layouts.app') @section('title', 'Detail Siswa - ' . $student->name) @section('content')
{{ $student->name }}
NIS
{{ $student->nis ?? '-' }}
Kelompok
@if($student->kelompok_asal) {{ $student->kelompok_asal }} @else-
@endif{{ $student->email }}
Terdaftar
{{ $student->created_at->format('d M Y') }}
{{ $rec->created_at->format('d M Y H:i') }}
Rekomendasi #{{ $loop->index + 1 }}📝 Minat: {{ $rec->minat ?? '-' }} | 🎓 Cita-cita: {{ $rec->cita_cita ?? '-' }}
Siswa belum melakukan rekomendasi
{{ $chat->created_at->format('d M Y') }}
Q: {{ \Illuminate\Support\Str::limit($chat->prompt, 80) }}
A: {{ \Illuminate\Support\Str::limit($chat->response, 80) }}
Belum ada chat
@endif