{{ __('main.income_report') }}
{{ __('main.net_sales') }}
{{ __('main.duration') }}: {{\Carbon\Carbon::parse($start_date)->format('d/m/Y')}} {{ __('main.to') }} {{\Carbon\Carbon::parse($end_date)->format('d/m/Y')}}
@if(count($mycollection) > 0) @foreach ($mycollection as $key => $item) @endforeach @else @endif
{{ __('main.date') }} {{ __('main.no_of_invoices') }} {{ __('main.invoice_total') }}
{{$key}} {{$item['invoices']}} {{$item['sales']}}
- - -
{{ __('main.net_expense') }}
{{ __('main.duration') }}: {{\Carbon\Carbon::parse($start_date)->format('d/m/Y')}} {{ __('main.to') }} {{\Carbon\Carbon::parse($end_date)->format('d/m/Y')}}
@if(count($expensecollect) > 0) @foreach ($expensecollect as $key => $item) @endforeach @else @endif
{{ __('main.date') }} {{ __('main.no_of_expense') }} {{ __('main.expense_total') }}
{{$key}} {{$item['no']}} {{$item['expense']}}
- - -