@extends('layouts.admin.app') @section('title', translate('messages.Setup Tax Calculation')) @section('taxModule') active @endsection @section('taxModuleDisplay') block @endsection @section('tax_system_setup') show active @endsection @section('content') @php($tax_payer = $tax_payer ?? 'vendor')

{{ translate('messages.Setup Tax Calculation') }}

{{ translate('messages.Allow Tax Calculation For Restaurant') }} ?

{{ translate('messages.To active tax calculation Turn On The Status.') }}

@csrf @method('put')
@php($productType = translate('Product Price'))

{{ translate('Tax calculation based on') . ' ' . $productType }}

is_included == 1 ? 'checked' : '' }}>
is_included == 0 ? 'checked' : '' }} value="exclude">

{{ translate('messages.Basic Setup') }}

{{--

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

--}}
{{ translate('messages.When you change') }} {{ translate('messages.Tax Type') }} {{ translate('to product wise.Restaurants will have control to setup the taxes of their products.') }}
{{ translate('messages.Select Tax Type') }}
{{ translate('Select Tax Rate') }}
{{ translate('messages.Please specify the tax rate while creating a category from') }} {{ translate('Category List') }}. {{ translate('If you already created category without tax then go to category edit & update tax.') }} {{ translate('messages.Please specify the tax rate while creating a Product from') }} {{ translate('Products List') }}. {{ translate('If you already created Products without tax then go to edit Product and update tax.') }}
@php($additional_tax = $tax_payer == 'vendor' ? 'additional_tax' : 'additional_tax_' . $tax_payer) @if (data_get($systemData, $additional_tax, null))

{{ translate('messages.Additional Setup') }}

{{--

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

--}}
@foreach ($systemData[$additional_tax] as $item) @php($additionalData = $systemTaxVat?->additionalData?->where('name', $item)->first())
{{ translate($item) }}
@endforeach
@endif
@endsection @push('script_2') @endpush