@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 --}} {{ trans('taxes.all_input_tax') }} (@{{ totalInputInvoices }}) {{ trans('taxes.all_output_tax') }} (@{{ totalOutputInvoices }}) {{ trans('taxes.all_input_tax') }} (@{{ totalInputInvoices }}) {{ trans('taxes.all_output_tax') }} (@{{ totalOutputInvoices }}) {{ trans('taxes.select') }} {{ trans('taxes.monthly') }} {{ trans('taxes.quarterly') }} {{ trans('taxes.yearly') }} 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