module pricing changes

This commit is contained in:
Cüneyt Şentürk
2022-11-28 13:17:36 +03:00
parent ec8d5077fa
commit 26943351e0
6 changed files with 69 additions and 39 deletions

View File

@ -7,9 +7,10 @@
</span>
</div>
@elseif (in_array('onprime', $module->where_to_use))
<div x-show="price_type == false" class="text-center text-sm mt-3">
<div x-show="price_type == 'monthly'" class="text-center text-sm mt-3">
<span style="font-size: 12px;">
<span class="text-red">*</span> <x-link href="https://akaunting.com/features/why-akaunting-cloud?utm_source=software&utm_medium=app_show&utm_campaign={{ str_replace('-', '_', $module->slug) }}" target="_blank" override="class">{!! trans('modules.information_monthly') !!}</x-link>
<span class="text-red">*</span>
{!! trans('modules.information_monthly', ['url' => 'https://akaunting.com/features/why-akaunting-cloud?utm_source=software&utm_medium=app_show&utm_campaign=' . str_replace('-', '_', $module->slug)]) !!}
</span>
</div>
@else