@extends('layouts.main') @section('page-title') {{ __('Income Summary') }} @endsection @section('page-breadcrumb') {{ __('Report') }}, {{ __('Income Summary') }} @endsection @push('scripts') @endpush @section('page-action')
@endsection @section('content'){{__('Category')}} | @foreach($monthList as $month){{$month}} | @endforeach|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{__('Revenue :')}} | ||||||||||||
{{!empty($income['category']) ? $income['category'] :''}} | @foreach($income['data'] as $j=>$data){{ currency_format_with_sym($data)}} | @endforeach|||||||||||
{{__('Invoice :')}} | ||||||||||||
{{!empty($invoice['category']) ? $invoice['category'] :''}} | @foreach($invoice['data'] as $j=>$data){{currency_format_with_sym($data)}} | @endforeach|||||||||||
{{__('Income = Revenue + Invoice :')}} | ||||||||||||
{{__('Total')}} |
@foreach($chartIncomeArr as $i=>$income)
{{currency_format_with_sym($income)}} | @endforeach