diff --git a/resources/views/littlelink.blade.php b/resources/views/littlelink.blade.php old mode 100755 new mode 100644 index 6b6b216..853c2f5 --- a/resources/views/littlelink.blade.php +++ b/resources/views/littlelink.blade.php @@ -1,46 +1,42 @@ - - {{ $littlelink_name }} 🔗 {{ config('app.name') }} - - - - + + - - - - - + - - - + - -
@if(file_exists(public_path("img/$littlelink_name" . ".png" ))) - + @else - + @endif @foreach($information as $info) @@ -54,8 +50,14 @@ @foreach($links as $link) @php $linkName = str_replace('default ','',$link->name) @endphp - {{ ucfirst($linkName) }} + @if($link->button_id === 0) + + {{ $link->title }}
+ @else + {{ ucfirst($linkName) }} +
+ @endif @endforeach @include('layouts.footer') @@ -63,8 +65,5 @@
- - - + \ No newline at end of file