We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c93df50 commit aefd88aCopy full SHA for aefd88a
resources/views/components/alert.blade.php
@@ -1 +1 @@
1
-<div class="alert {{ $class }}" role="alert">{!! $slot !!}</div>
+<div class="alert {{ $class }}" role="alert">{{ $slot }}</div>
resources/views/components/copyable.blade.php
@@ -1,4 +1,4 @@
-{{ $text }}
+{!! $text !!}
2
<button
3
type="button"
4
class="btn btn--light btn--sm btn--icon"
0 commit comments