Update index.blade.php

This commit is contained in:
Julian Prieber 2023-03-28 14:14:04 +02:00
parent e8d3a4ed11
commit a5890cfa12
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
@php $i++; @endphp
<ol class='list-group list-group-flush bg-transparent'>
@if($link->name !== "phone" && $link->name !== 'heading')
@if($link->name !== "phone" && $link->name !== 'heading' && $link->button_id !== 96)
<li class="list-group-item bg-transparent">
{{ $i }}.) {{$link->title}} -- <span class='text-primary' title='Click Count'>{{$link->click_number}} </span> <br />