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

{{ __($pageTitle) }}

@endsection @push('head-script') @endpush @section('content') @section('filter-section')
{!! Form::open(['id'=>'storePayments','class'=>'ajax-form','method'=>'POST']) !!}
@lang('app.selectDateRange')
 
@lang('app.selectProject')
@lang('modules.employees.employeeName')
{!! Form::close() !!}
@endsection

{{ $totalTasks }} @lang('modules.taskReport.taskToComplete')

{{ $completedTasks }} @lang('modules.taskReport.completedTasks')

{{ $pendingTasks }} @lang("modules.taskReport.pendingTasks")

@lang("modules.taskReport.chartTitle")

@lang('app.id') @lang('app.project') @lang('app.task') @lang('modules.tasks.assignTo') @lang('app.dueDate') @lang('app.status')
{{--// This form is using for post method in export leave --}}
{{--End Form--}} @endsection @push('footer-script')