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 cc406d1 commit fda189aCopy full SHA for fda189a
resources/views/linkstack/elements/buttons.blade.php
@@ -4,7 +4,7 @@
4
5
@foreach($links as $link)
6
@if(isset($link->custom_html) && $link->custom_html)
7
- @include('blocks::' . $link->name . '.display', ['link' => $link])
+ @include('blocks::' . $link->name . '.display', ['link' => $link, 'initial' => $initial++])
8
@else
9
@switch($link->name)
10
@case('icon')
0 commit comments