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

{{ $pageTitle }}

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

@lang('app.filterResults')

{!! Form::open(['id'=>'storePayments','class'=>'ajax-form','method'=>'POST']) !!}
@lang('app.selectDateRange')
@lang('app.to')
{!! Form::close() !!}

@lang('modules.financeReport.chartTitle')

@lang('app.note'): @lang('modules.financeReport.noteText')
@endsection @push('footer-script') @endpush