@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