Merge pull request #2906 from EnesSacid-Buker/master
App pricing tab update
This commit is contained in:
commit
8a5eeea642
@ -54,7 +54,13 @@
|
|||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="relative w-full lg:w-5/12" x-data="{ price_type : {{ $module->where_to_use[0] == 'cloud' ? "'lifetime'" : "'yearly'" }} }">
|
<div class="relative w-full lg:w-5/12"
|
||||||
|
@if (in_array('cloud', $module->where_to_use) && count($module->where_to_use) == 1)
|
||||||
|
x-data="{ price_type : 'lifetime' }"
|
||||||
|
@else
|
||||||
|
x-data="{ price_type : 'yearly' }"
|
||||||
|
@endif
|
||||||
|
>
|
||||||
<div class="flex flex-col space-y-6">
|
<div class="flex flex-col space-y-6">
|
||||||
<div class="flex flex-col cursor-default">
|
<div class="flex flex-col cursor-default">
|
||||||
<div class="flex flex-col space-y-4">
|
<div class="flex flex-col space-y-4">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user