@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.select') @lang('app.duration')
@lang('modules.expenses.expenseCategory')
{!! Form::close() !!}
@endsection

{{ $global->currency->currency_symbol }}{{ $totalIncomes }} @lang("modules.incomeVsExpenseReport.totalIncome")

{{ $global->currency->currency_symbol }}{{ $totalExpenses }} @lang("modules.incomeVsExpenseReport.totalExpense")

@lang("modules.incomeVsExpenseReport.chartTitle")

@endsection @push('footer-script') @endpush