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