@extends('adminlte::page') @section('title', 'Interest Inventory') @section('content_header')
| # | Student | Date | Created By | Preview | Actions |
|---|---|---|---|---|---|
| {{ $loop->iteration + ($records->currentPage()-1) * $records->perPage() }} | {{ $record->student?->first_name }} {{ $record->student?->last_name }} | {{ $record->date?->format('d/m/Y') ?? '—' }} | {{ $record->creator?->name ?? '—' }} | {{-- show short preview of q1 --}} {{ \Illuminate\Support\Str::limit($record->q1, 60) }} | View Edit {{-- optional export button if PDF implemented --}} {{-- Export --}} |
| No records found. | |||||