{{ Form::model($leadstages, array('route' => array('projectstages.update', $leadstages->id), 'method' => 'PUT')) }}
{{ Form::label('name', __('Project Stage Name'),['class'=>'form-label']) }} {{ Form::text('name', null, array('class' => 'form-control ','required'=>'required')) }}
{{ Form::label('color', __('Color'),['class'=>'form-label']) }} {{ __('For chart representation') }}
{{ Form::close() }}