@extends('layouts.admin') @section('page-title') {{__('Tax Summary')}} @endsection @section('breadcrumb')
{{__('Tax')}} | @foreach($monthList as $month){{$month}} | @endforeach|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$taxName}} | @foreach(array_values($incomes)[$k] as $price){{\Auth::user()->priceFormat($price)}} | @endforeach|||||||||||
{{__('Income tax not found')}} |
{{__('Tax')}} | @foreach($monthList as $month){{$month}} | @endforeach|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$taxName}} | @foreach(array_values($expenses)[$k] as $price){{\Auth::user()->priceFormat($price)}} | @endforeach|||||||||||
{{__('Expense tax not found')}} |