@extends('theme.layouts.freelancer') @section('content')
@include('theme.layouts.partials.loading')

{{ trans('taxes.taxes') }}

@{{ totalInputTaxes | currency : currencySymbol }} {{ trans('taxes.all_input_tax') }}
@{{ totalOutputTaxes | currency : currencySymbol }} {{ trans('taxes.all_output_tax') }}
{{--
@{{ 0 | currency : currencySymbol }} All Paid Taxes
--}}
download .xls
@include('theme.freelancer.taxes.partials.tax-modal')
@include('theme.freelancer.taxes.partials.all-input-tax')
@include('theme.freelancer.taxes.partials.all-output-tax')
@endsection @section('scripts') @endsection