@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Add New Assets', 'parentUrl' => '/software-assets', 'parentTitle' => 'Software Assets'])
{{csrf_field()}}
@include('partials.error')
@include('partials.error-message')
@include('partials.success')
{{ $errors->first('software_license_category_id') }}
{{ $errors->first('software_license_manufacturer_id') }}
{{ $errors->first('vendor_id') }}
{{ $errors->first('owner_id') }}
{{ $errors->first('name') }}

{{ $errors->first('po_number') }}
{{ $errors->first('order_number') }}
{{ $errors->first('type') }}

{{ $errors->first('license_type') }}
{{ $errors->first('software_license_subscription_id') }}
{{ $errors->first('subscription_expiration') }}
{{ $errors->first('auto_renewal') }}
{{ $errors->first('license_key_type') }}