@extends('layouts.admin.app') @section('title', translate('messages.Tax_Setup')) @section('taxModule') active @endsection @section('taxModuleDisplay') block @endsection @section('tax_setup') show active @endsection @push('css_or_js') @endpush @section('content')

{{ translate('All Taxes') }}

@if ($taxVatdatas)

{{ translate('List of Taxes') }} {{ $taxVats->count() }}

{{-- --}}
@foreach ($taxVats as $key => $taxVat) @endforeach
{{ translate('sl') }} {{ translate('messages.tax_name') }} {{ translate('messages.tax_rate') }} {{ translate('messages.status') }} {{ translate('messages.action') }}
{{ $key + $taxVats->firstItem() }} {{ $taxVat->name }} {{ $taxVat->tax_rate }}%
@if(count($taxVats) === 0)
public
{{translate('no_data_found')}}
@endif
{!! $taxVats->links() !!}
@else
img

{{ translate('Currently you don’t have any Tax') }}

{{ translate('In this page you see all the Tax you added. Please create new tax to collect tax') }}

{{-- --}}
@endif
@method('POST') @csrf

{{ translate('messages.create_tax') }}

{{ translate('Availability') }}

{{ translate('If you turn off this status your tax calculation will effect.') }}

%
@method('PUT') @csrf

{{ translate('messages.edit_tax') }}

{{ translate('Availability') }}

{{ translate('If you turn off this status your tax calculation will effect.') }}

%

{{ translate('Recheck your changes & make sure before update. When you change it will effect on all related') }} {{ translate('Tax Calculation.') }}

@endsection @push('script_2') @endpush