Create Inventory Category
{!! Form::open(['route'=>array('category.store'), 'onsubmit'=>'BtnSubmit.disabled = true','method' => 'post']) !!}
{!! Form::close() !!}
{{$errors->first('category_name')}}