@extends('layouts.member-app') @section('page-title')

{{ __($pageTitle) }}

@endsection @push('head-script') @endpush @section('content')
@lang('modules.tasks.newTask')
{!! Form::open(['id'=>'storeTask','class'=>'ajax-form','method'=>'POST']) !!} @if(!$user->cans('add_tasks')) @endif
@if(in_array('projects', $modules))
@endif
@if($user->cans('add_tasks'))
@else @endif
@if($upload)
{{ csrf_field() }}
@else
@lang('messages.storageLimitExceedContactAdmin')
@endif
{!! Form::close() !!}
@endsection @push('footer-script') @endpush