We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97aa70c commit 23cb53bCopy full SHA for 23cb53b
resources/views/components/action-message.blade.php
@@ -5,5 +5,5 @@
5
x-show.transition.opacity.out.duration.1500ms="shown"
6
style="display: none;"
7
{{ $attributes->merge(['class' => 'text-sm text-gray-600']) }}>
8
- {{ $slot ?? 'Saved.' }}
+ {{ $slot->isEmpty() ? 'Saved.' : $slot }}
9
</div>
0 commit comments