{{ __('Edit Asset') }}

{{-- Breadcrumb --}}
← Assets > {{ $asset->assetID }} > {{ __('Edit Asset') }}
{{-- Error message popup for serial number --}} @if ($errors->has('serialNum'))

{{ $errors->first('serialNum') }}

@endif {{-- Main Content Card --}}
{{-- Title --}}

{{ __('Edit Asset') }}

{{-- Edit Asset Section --}}

{{ __('Asset Information') }}

@csrf @method('PUT') {{-- Hidden field for assetType (required by controller but not displayed) --}}
{{-- Row 1: Asset ID and Serial Number --}}
{{-- Row 2: Model --}}
{{-- Row 3: RAM and Storage --}}
{{-- Row 4: Purchase Date and OS Version --}}
{{-- Row 5: Processor --}}
{{-- Buttons --}}
{{ __('Cancel') }}