{{-- resources/views/laptops/show.blade.php --}} @extends('layouts.base') @section('content')
{{ $laptop->brand }} {{ $laptop->model }}
{{ $laptop->asset_tag }}
{{ $laptop->barcode }}
{{ $laptop->brand }}
{{ $laptop->model }}
{{ $laptop->serial_number }}
{{ $laptop->class->name }}
{{ $laptop->purchase_date->format('M d, Y') }}
${{ number_format($laptop->purchase_price, 2) }}
{{ $laptop->notes }}
{{ $laptop->currentAssignment->student->full_name }}
{{ $laptop->currentAssignment->student->student_id }}
{{ $laptop->currentAssignment->checked_out_at->format('M d, Y H:i') }}
{{ $laptop->currentAssignment->checked_out_at->diffForHumans() }}
{{ $laptop->currentAssignment->checkedOutBy->name }}
This laptop is currently available and can be checked out to a student.
Check Out Laptop{{ $transaction->student->full_name }}
{{ $transaction->transaction_time->format('M d, Y H:i') }}
No transactions recorded yet.
@endif{{ $laptop->barcode }}
{{ $laptop->barcode }}