@extends("layout") @section("content")
{{ Form::open(array('url' => 'icttinventory/store', 'autocomplete' => 'off', 'class' => 'form-horizontal', 'data-toggle' => 'validator')) }} {{ Form::text('formType','general', array('class' => 'form-control col-sm-4')) }}

{{ Form::label('category', 'Category:', array('class'=>'col-sm-2')) }} {{ Form::select('category', $category, Input::old('category'), array('class' => 'form-control col-sm-4')) }}
Description Serial Number Model / Manufacturer Department Assigned User Assigned Supplier Procurement Type Purchase Date Delivery Date Verification Date Installation Date Spare Parts Warranty Period Lifetime Service Frequency Service Contract
{{ Form::button(" ".trans('messages.save'), array('class' => 'btn btn-primary', 'onclick' => 'submit()')) }}

@stop