{{ Form::open(array('url' => 'projectstages')) }}
{{ Form::label('name', __('Project Stage Name'),['class'=>'form-label']) }} {{ Form::text('name', '', array('class' => 'form-control','required'=>'required')) }}
{{ Form::label('color', __('Color'),['class'=>'form-label']) }} {{ __('For chart representation') }}
{{ Form::close() }}