change button style..

This commit is contained in:
Cüneyt Şentürk
2022-11-28 16:51:15 +03:00
parent 26943351e0
commit 4702202184
3 changed files with 161 additions and 97 deletions

View File

@@ -101,29 +101,17 @@
{!! ! empty($module->sort_desc) ? $module->sort_desc : strip_tags($module->description) !!}
</div>
@if (! in_array('onprime', $module->where_to_use))
@if (! empty($module->cloud_information))
{!! $module->cloud_information !!}
@else
<div class="text-center text-sm mt-3 mb--2 bg-red-100 rounded-lg p-2 cursor-default">
<span class="text-sm text-red-700">
{!! trans('modules.only_works_cloud') !!}
</span>
</div>
@endif
@else
<div class="relative flex items-center space-x-4 justify-between">
<x-layouts.modules.show.price :module="$module" />
<div class="relative flex items-center space-x-4 justify-between">
<x-layouts.modules.show.price :module="$module" />
<div class="flex w-1/2 lg:justify-center">
@if ($module->price != '0.0000')
<x-layouts.modules.show.toggle />
@endif
</div>
<div class="flex w-1/2 lg:justify-center">
@if ($module->price != '0.0000')
<x-layouts.modules.show.toggle />
@endif
</div>
</div>
<x-layouts.modules.show.information :module="$module" />
@endif
<x-layouts.modules.show.information :module="$module" />
</div>
<div class="flex justify-around space-x-12 mt-5">