App pricing tab updated
This commit is contained in:
parent
2069a9161c
commit
73818d3c88
@ -54,7 +54,13 @@
|
||||
@endif
|
||||
</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 cursor-default">
|
||||
<div class="flex flex-col space-y-4">
|
||||
|
Loading…
x
Reference in New Issue
Block a user