{!! Form::open(['id'=>'storeTask','class'=>'ajax-form','method'=>'POST']) !!}
@if(!isset($columnId))
@endif
@if($upload)
@else
@lang('messages.storageLimitExceed', ['here' => '
Here'])
@endif
@if(isset($columnId))
{!! Form::hidden('board_column_id', $columnId) !!}
@endif
@if(isset($pageName))
{!! Form::hidden('page_name', $pageName) !!}
@endif
@if(isset($parentGanttId))
{!! Form::hidden('parent_gantt_id', $parentGanttId) !!}
@endif
{!! Form::close() !!}