Maintenance Records
-
@foreach($errors->all() as $error)
- {{ $error }} @endforeach
Item Information
{{ $serial->inventory->name ?? 'N/A' }}
{{ $serial->serialNo ?? 'N/A' }}
{{ $serial->tagNumber ?? 'N/A' }}
{{ $serial->location->name ?? ($serial->inventory->location->name ?? 'N/A') }}
{{ $serial->idHolder->name }}
{{ $serial->status }}
{{ $serial->inventory->brand }}
{{ $serial->inventory->category->name }}
Add New Maintenance Record
Maintenance History
No maintenance records found
Add the first maintenance record using the form above.