Merge pull request #2900 from EnesSacid-Buker/app-show
App show page active tab issue
This commit is contained in:
		| @@ -15,7 +15,7 @@ | ||||
|                 </span> | ||||
|             @else | ||||
|                 <span class="text-5xl font-bold text-purple"> | ||||
|                     {!! $module->monthly_price !!}  | ||||
|                     {!! $module->monthly_price !!} | ||||
|                 </span> | ||||
|             @endif | ||||
|         </div> | ||||
|   | ||||
| @@ -54,7 +54,7 @@ | ||||
|                     @endif | ||||
|                 </div> | ||||
|  | ||||
|                 <div class="relative w-full lg:w-5/12" x-data="{ price_type : 'yearly' }"> | ||||
|                 <div class="relative w-full lg:w-5/12" x-data="{ price_type : {{ $module->where_to_use[0] == 'cloud' ? "'lifetime'" : "'yearly'" }} }"> | ||||
|                     <div class="flex flex-col space-y-6"> | ||||
|                         <div class="flex flex-col cursor-default"> | ||||
|                             <div class="flex flex-col space-y-4"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user