@extends('admin.layouts.master-soyuz') @section('title',__('Add new tax rate | ')) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Add new tax rate') }} @endslot @slot('menu1') {{ __('Tax Rate') }} @endslot @slot('menu2') {{ __('Add new tax rate') }} @endslot @slot('button')
{{ __("Back")}}
@endslot @endcomponent
{{__("Add new tax rate")}}
{{csrf_field()}}
({{__("Tax will be applied only to the selected zones.")}})
({{__("Please Choose Tax Type")}})
@endsection