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

@lang("modules.incomeVsExpenseReport.totalIncome")

  • {{ $global->currency->currency_symbol }}{{ $totalIncomes }}

@lang("modules.incomeVsExpenseReport.totalExpense")

  • {{ $global->currency->currency_symbol }}{{ $totalExpenses }}

@lang("modules.incomeVsExpenseReport.chartTitle")

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