{{ __('Add New Asset') }}

{{-- Breadcrumb --}}
← Assets > {{ __('Add New Asset') }}
{{-- Main Content Card --}}
{{-- Title and Add Asset in Bulk Button --}}

{{ __('Add New Asset') }}

{{-- Error message popup for serial number --}} @if ($errors->has('serialNum'))

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

@endif {{-- Add Asset in Bulk Section --}} {{-- Add Asset Manually Section --}}

{{ __('Add Asset Manually') }}

@csrf
{{-- Row 1: Asset Type --}}
{{-- Row 2: Asset ID and Serial Number --}}
{{-- Row 3: Model --}}
{{-- Row 4: RAM and Storage --}}
{{-- Row 5: Purchase Date and OS Version --}}
{{-- Row 6: Processor --}}
{{-- Buttons --}}
{{ __('Cancel') }}