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

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

@endsection @push('head-script') @endpush @section('content')
@include('client.projects.show_project_menu')
@lang('modules.tasks.requestTask')
{!! Form::open(['id'=>'createTask','class'=>'ajax-form','method'=>'POST']) !!} {!! Form::hidden('project_id', $project->id) !!}
{{-- @if($upload) --}}
{{ csrf_field() }}
{{-- @else
@lang('messages.storageLimitExceed', ['here' => 'Here'])
@endif --}}
{!! Form::close() !!}
# @lang('app.task') @lang('app.client') @lang('modules.tasks.assignBy') @lang('app.dueDate') @lang('app.requestStatus') @lang('app.action')
{{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script')