{{-- resources/views/students/show.blade.php --}} @extends('layouts.base') @section('content')
{{ $student->currentAssignment->laptop->asset_tag }}
Checked out: {{ $student->currentAssignment->checked_out_at->format('M d, Y \a\t H:i') }}
Barcode: {{ $student->currentAssignment->laptop->barcode }}
Student is available for laptop assignment
{{ str_replace('_', ' ', $transaction->type) }}
{{ $transaction->laptop->asset_tag }}
{{ $transaction->transaction_time->format('M d') }}
{{ $transaction->transaction_time->format('H:i') }}
No transactions found