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