Device Details:
{{ Form::label('asset_type', 'Device Type:', array('class'=>'col-sm-12')) }}
{{ Form::label('description', 'Description:', array('class'=>'col-sm-2')) }}
{{ Form::text('description', Input::old('description'), array('class' => 'form-control col-sm-6','required'=>'required')) }}
{{ Form::label('manufacturer', 'Manufacturer:', array('class'=>'col-sm-6')) }}
{{ Form::text('manufacturer', Input::old('manufacturer'), array('class' => 'form-control col-sm-6','required'=>'required')) }}
{{ Form::label('model', 'Model:', array('class'=>'col-sm-6')) }}
{{ Form::text('model', Input::old('model'), array('class' => 'form-control col-sm-6','required'=>'required')) }}
{{ Form::label('serial_number', 'Serial Number:', array('class'=>'col-sm-12','required'=>'required')) }}
{{ Form::text('serial_number', Input::old('serial_number'), array('class' => 'form-control col-sm-6','required'=>'required')) }}
{{ Form::label('spare_parts', 'Has Spare Parts?', array('class'=>'col-sm-12')) }}
{{ Form::label('service_contract', 'Has Service Contract?:', array('class'=>'col-sm-12')) }}
{{ Form::label('service_frequency', 'Service Frequency:', array('class'=>'col-sm-12')) }}
{{ Form::label('warranty_period', 'Has Warranty?', array('class'=>'col-sm-12')) }}
{{ Form::label('warranty_period', 'Warranty Period:', array('class'=>'col-sm-12')) }}
Other Info:
{{ Form::label('procurement_type', 'Procurement Type:', array('class'=>'col-sm-12')) }}
{{ Form::label('donor', 'Name of Donor:', array('class'=>'col-sm-12')) }}
{{ Form::text('user_assigned',Input::old('user_assigned'), array('class' => 'form-control col-sm-6')) }}
{{ Form::label('supplier_id', 'Supplied By:', array('class'=>'col-sm-12')) }}
{{ Form::select('dept_assigned',$supplier_list, Input::old('dept_assigned'), array('class' => 'form-control col-sm-6')) }}
{{ Form::label('purchase_date', 'Purchase Date:', array('class'=>'col-sm-12')) }}
{{ Form::text('purchase_date', Input::old('purchase_date'),array('class' => 'form-control standard-datepicker-nofuture','required'=>'required','id'=>'purchase_date')) }}
{{ Form::label('delivery_date', 'Delivery Date:', array('class'=>'col-sm-12')) }}
{{ Form::text('delivery_date', Input::old('delivery_date'),array('class' => 'form-control standard-datepicker-nofuture','required'=>'required','id'=>'purchase_date')) }}
{{ Form::label('verification_date', 'Verification Date:', array('class'=>'col-sm-12')) }}
{{ Form::text('verification_date', Input::old('verification_date'),array('class' => 'form-control standard-datepicker-nofuture','required'=>'required','id'=>'purchase_date')) }}
{{ Form::label('installation_date', 'Installation Date:', array('class'=>'col-sm-6')) }}
{{ Form::text('installation_date', Input::old('installation_date'),array('class' => 'form-control standard-datepicker-nofuture','required'=>'required','id'=>'purchase_date')) }}
{{ Form::label('life_time', 'Life Time:', array('class'=>'col-sm-12')) }}
{{ Form::label('dept_assigned', 'Department Allocated:', array('class'=>'col-sm-12')) }}
{{ Form::select('dept_assigned',$department, Input::old('dept_assigned'), array('class' => 'form-control col-sm-6','required'=>'required')) }}
{{ Form::label('user_assigned', 'Responsible Person:', array('class'=>'col-sm-12')) }}
{{ Form::text('user_assigned',Input::old('user_assigned'), array('class' => 'form-control col-sm-6','required'=>'required')) }}
{{ Form::text('category',3, array('class' => 'hidden')) }}