@lang('app.new') @lang('modules.projects.discussion')

{!! Form::open(['id'=>'createProjectCategory','class'=>'ajax-form','method'=>'POST']) !!}
{!! Form::hidden('project_id', $projectId) !!}
{!! Form::close() !!}