@extends('setting::settings') @section('title', localize('tax_settings')) @section('setting_content') @include('backend.layouts.common.validation') @include('backend.layouts.common.message')
{{ localize('tax_settings') }}
@csrf
@if (count($taxes) > 0) @foreach ($taxes as $key => $tax) @endforeach @else @endif
{{ localize('tax_name') }}* {{ localize('tax_number') }}* {{ localize('tax_percentage') }}* {{ localize('action') }}
{{ localize('tax_group') }}
{{ $dataTable->table() }}
@endsection @push('js') {{ $dataTable->scripts(attributes: ['type' => 'module']) }} @endpush