@if (session('status'))
{{ session('status') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
@can('delete', $unit)
{{ __('Delete this unit') }}
{{ __('This cannot be undone. Units that other units convert from cannot be deleted until those units are updated or removed.') }}
@endcan