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

{{ __($pageTitle) }} #{{ $project->id }} - {{ ucwords($project->project_name) }}

@endsection @push('head-script') @endpush @section('content')

@lang('app.menu.tasks')

@lang('modules.tasks.newTask')
{!! Form::open(['id'=>'createTask','class'=>'ajax-form','method'=>'POST']) !!} {!! Form::hidden('project_id', $project->id) !!}
{!! Form::close() !!}
@endsection @push('footer-script') @endpush