]> _ Git - pmi.git/commitdiff
fix #3811 @0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 22 Jul 2020 11:37:50 +0000 (13:37 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 22 Jul 2020 11:37:50 +0000 (13:37 +0200)
resources/views/partials/home-products.blade.php

index a407897b3f8a61621e7d7ad7795155ccbef486fa..572c7384b48ebc71cc945b4c2ac0a77efabf6c3c 100644 (file)
@@ -5,6 +5,7 @@
     }
 @endphp
 
+@if($page)
 <div class="bg-white px-1v py-6 flex">
     <a class="animated-underline partial-underline flex flex-col justify-between w-full"
        href="{{ $href }}">
@@ -19,3 +20,4 @@
         <p class="text-lg text-navy font-display font-medium">{{ $highlight['title'] }}</p>
     </a>
 </div>
+@endif