{{ __('Edit Tax') }}

{{ __('Back to taxes') }}
@if (session('status'))
{{ session('status') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
@csrf @method('PUT') @include('master-data.taxes._form', ['tax' => $tax, 'types' => $types])
{{ __('Cancel') }} {{ __('Save Changes') }}
@can('delete', $tax)

{{ __('Delete this tax') }}

{{ __('This cannot be undone. The default tax cannot be deleted until another one is made the default.') }}

@csrf @method('DELETE') {{ __('Delete Tax') }}
@endcan