{{-- resources/views/reports/pdf/laptop-status.blade.php --}}
Generated on {{ now()->format('F d, Y \a\t H:i') }}
| Asset Tag | Brand/Model | Status | Current User | Since | Serial Number |
|---|---|---|---|---|---|
| {{ $laptop->asset_tag }} | {{ $laptop->brand }} {{ $laptop->model }} | {{ ucfirst($laptop->status) }} | @if($laptop->currentAssignment) {{ $laptop->currentAssignment->student->full_name }} @else - @endif | @if($laptop->currentAssignment) {{ $laptop->currentAssignment->checked_out_at->format('M d, Y') }} @else - @endif | {{ $laptop->serial_number }} |