{{__('messages.Add tax expect to')}} {{$tax_type->name}}

@livewire('tax-type-train-component', ['tax_type_id' => $tax_type->id ,'tax_type'=>$tax_type,'component_name'=>"tax_expect" , 'tax_expects' =>$tax_type->tax_expects])
@if (session()->has('message'))
{{ session('message') }}
@endif
@livewire('account-search-component',["screen"=> "create"])
{{--
--}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{-- @livewire("product-filter-component" ,["model"=> "TaxExcept" ,"modelObject"=> $tax_type])--}} {{--
--}} {{-- {{__('messages.Products')}}--}} {{-- choose_products--}} {{-- {{__('messages.Add Product')}}--}} {{--
--}}
product_id @foreach(\App\Models\Product::where('active',1)->get() as $product) @endforeach
comment