{{-- Header --}}
Back to List

Edit Asset

Update information for this specific item.

{{-- Edit Form --}} @csrf @method('PUT')

Asset Details

{{-- Asset Name --}}
{{-- Category --}}
{{-- Optional: Show who this belongs to (Read Only) --}}

Owner Info

{{ $asset->user->name }} ({{ ucfirst($asset->user->role) }})

Save Changes