@extends('admin.layouts.master-soyuz') @section('title','Edit Tax Rate: '.$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