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 e8d3a4e commit a5890cfCopy full SHA for a5890cf
resources/views/studio/index.blade.php
@@ -77,7 +77,7 @@
77
@php $i++; @endphp
78
<ol class='list-group list-group-flush bg-transparent'>
79
80
- @if($link->name !== "phone" && $link->name !== 'heading')
+ @if($link->name !== "phone" && $link->name !== 'heading' && $link->button_id !== 96)
81
<li class="list-group-item bg-transparent">
82
{{ $i }}.) {{$link->title}} -- <span class='text-primary' title='Click Count'>{{$link->click_number}} </span> <br />
83
0 commit comments