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

@lang($pageTitle)

@endsection @push('head-script') @endpush @section('filter-section')
@csrf
@lang('app.selectDateRange')
@lang('app.to')
@lang('app.select') @lang('app.duration')
@endsection @section('content')

{{ $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