diff --git a/resources/views/components/simple-alert.blade.php b/resources/views/components/simple-alert.blade.php index fee9d8d..f79128d 100644 --- a/resources/views/components/simple-alert.blade.php +++ b/resources/views/components/simple-alert.blade.php @@ -60,27 +60,28 @@ class="h-5 w-5 text-custom-400" 'flex gap-x-3 items-center', $actionsVerticalAlignment === 'start' ? 'self-start' : 'self-center', ])> -
- @if($link) -

- - {{ $linkLabel }} - - -

- @endif +
+ @if($link) +

+ + {{ $linkLabel }} + + +

+ @endif - @if($actions) -
- @foreach ($actions as $action) - @if ($action->isVisible()) - {{ $action }} - @endif - @endforeach -
+ @if($actions) +
+ @foreach ($actions as $action) + @if ($action->isVisible()) + {{ $action }} + @endif + @endforeach +
+ @endif +
@endif
- @endif - + \ No newline at end of file