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

{{ __($pageTitle) }}

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

@lang('modules.financeReport.chartTitle')

@lang('app.note'): @lang('modules.financeReport.noteText')
{!! $dataTable->table(['class' => 'table table-bordered table-hover toggle-circle default footable-loaded footable']) !!}
@endsection @push('footer-script') {!! $dataTable->scripts() !!} @endpush