@extends('layouts.main') @section('page-title') {{__('Tax Summary')}} @endsection @section('page-breadcrumb') {{ __('Report') }}, {{__('Tax Summary')}} @endsection @push('scripts') @endpush @section('page-action')
@endsection @section('content'){{__('Tax')}} | @foreach($monthList as $month){{$month}} | @endforeach|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$taxName}} | @foreach(array_values($incomes)[$k] as $price){{currency_format_with_sym($price)}} | @endforeach|||||||||||
{{__('Income tax not found')}} |
{{__('Tax')}} | @foreach($monthList as $month){{$month}} | @endforeach|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$taxName}} | @foreach(array_values($expenses)[$k] as $price){{currency_format_with_sym($price)}} | @endforeach|||||||||||
{{__('Expense tax not found')}} |