App Store add controle for tihs app only premium ( #32w9dfh )

This commit is contained in:
Cüneyt Şentürk
2022-06-25 03:05:33 +03:00
parent 8e30161470
commit e874f006f6
3 changed files with 13 additions and 1 deletions

View File

@ -1,6 +1,10 @@
@props(['module', 'installed', 'enable'])
@if (in_array('onprime', $module->where_to_use))
@if (! empty($module->plan))
<a href="{{ $module->action_url }}" class="bg-green hover:bg-green-700 rounded-md text-white text-sm text-center w-full py-2 truncate" target="_blank">
{{ trans('modules.get_premium_cloud') }}
</a>
@elseif (in_array('onprime', $module->where_to_use))
@if ($installed)
@can('delete-modules-item')
<a href="{{ route('apps.app.uninstall', $module->slug) }}" class="bg-red text-white rounded-md text-sm text-center w-1/2 py-2 truncate">