@extends('layouts.app') @section('title') Add Asset @stop @section('breadcrumb') @stop @section('content')

Add Asset

@if(Session::has('quantity')) @endif

{{csrf_field()}}
@if ($errors->has('asset_tag')) {{ $errors->first('asset_tag') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('items')) {{ $errors->first('items') }} @endif
@if ($errors->has('serial')) {{ $errors->first('serial') }} @endif
@if ($errors->has('cost')) {{ $errors->first('cost') }} @endif
@if ($errors->has('purchase_date')) {{ $errors->first('purchase_date') }} @endif
@if ($errors->has('asset_location')) {{ $errors->first('asset_location') }} @endif
@if ($errors->has('asset_type')) {{ $errors->first('asset_type') }} @endif
Month(s)
@if ($errors->has('warranty')) {{ $errors->first('warranty') }} @endif
@stop @section('js') @stop