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 afe7a4a commit 57b1207Copy full SHA for 57b1207
1 file changed
resources/views/customer/licenses/index.blade.php
@@ -18,9 +18,13 @@
18
{{-- Banners --}}
19
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 mb-6">
20
<div class="grid grid-cols-1 lg:grid-cols-2 gap-6">
21
- @if(auth()->user()->shouldSeeFreePluginsOffer())
22
- <x-free-plugins-offer-banner :inline="true" />
23
- @endif
+ @feature(App\Features\ShowPlugins::class)
+ @if(auth()->user()->shouldSeeFreePluginsOffer())
+ <x-free-plugins-offer-banner :inline="true" />
24
+ @endif
25
+ @else
26
+ <x-discounts-banner :inline="true" />
27
+ @endfeature
28
<livewire:wall-of-love-banner :inline="true" />
29
</div>
30
0 commit comments