{{-- resources/views/reports/pdf/class-report.blade.php --}}
Grade {{ $class->grade_level }} {{ $class->section ? '- ' . $class->section : '' }}
@endifGenerated on: {{ date('F d, Y \a\t H:i') }}
Total Students
Total Laptops
Available Laptops
Checked Out
| Asset Tag | Brand/Model | Status | Current Student | Checked Out | Serial Number |
|---|---|---|---|---|---|
| {{ $laptop->asset_tag }} |
{{ $laptop->brand }} {{ $laptop->model }} |
{{ ucfirst(str_replace('_', ' ', $laptop->status)) }} |
@if($laptop->currentAssignment)
{{ $laptop->currentAssignment->student->full_name }} ID: {{ $laptop->currentAssignment->student->student_id }} @else Not assigned @endif |
@if($laptop->currentAssignment) {{ $laptop->currentAssignment->checked_out_at->format('M d, Y H:i') }} @else - @endif | {{ $laptop->serial_number ?? 'N/A' }} |
| No laptops assigned to this class. | |||||
| Student ID | Name | |
|---|---|---|
| {{ $student->student_id }} | {{ $student->full_name }} | {{ $student->email ?? 'N/A' }} |
| All students have laptops assigned. | ||