{{-- resources/views/laptops/bulk-barcode-pdf.blade.php --}}
Generated on: {{ date('F d, Y \a\t H:i') }}
Brand: {{ $laptop->brand }}
Model: {{ $laptop->model }}
Class: {{ $laptop->class->name }}
ID: {{ $laptop->assigned_student_id }}
Name: {{ $laptop->assigned_student_name }}
Student: {{ $laptop->currentAssignment->student->full_name }}
ID: {{ $laptop->currentAssignment->student->student_id }}
Since: {{ $laptop->currentAssignment->checked_out_at->format('M d, Y H:i') }}
Barcode: {{ $laptop->barcode }}