@if (session('status'))
{{ session('status') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
@can('delete', $tax)
{{ __('Delete this tax') }}
{{ __('This cannot be undone. The default tax cannot be deleted until another one is made the default.') }}
@endcan