×
@lang('modules.tasks.subTask')
{!! Form::open(['id'=>'createSubTask','class'=>'ajax-form','method'=>'POST']) !!}
@lang('app.name')
@lang('app.dueDate')
@lang('modules.tasks.withoutDuedate')
@lang('app.description')
@if($upload)
File Select Or Upload
{{ csrf_field() }}
@else
@lang('messages.storageLimitExceed', ['here' => '
Here
'])
@endif
@lang('app.save')
{!! Form::close() !!}