@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(session('error'))
{{ session('error') }}
@endif
@csrf @method('PUT')

Asset Information

Edit identification, assignment, warranty and maintenance details.

Asset Identification

@foreach($categories as $category) @endforeach

Purchase Information

Location and Custodian

@foreach($locations as $location) @endforeach

Condition and Status

Maintenance Information

@if($asset->is_service_due)
Service overdue

This asset is currently due for service.

@else
Maintenance tracking

Set the next service date to enable maintenance reminders.

@endif

Description and Notes

Update guidance

Update the location, custodian, condition and status whenever responsibility or usage changes.

Cancel