From 978a8b2bccb99b198d222abaa815b840bca1605e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Tue, 28 Jun 2022 10:15:29 +0300 Subject: [PATCH] fixed apps show page issue. --- .../views/components/layouts/modules/show/information.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/components/layouts/modules/show/information.blade.php b/resources/views/components/layouts/modules/show/information.blade.php index 4a7bfdc34..a917d1535 100644 --- a/resources/views/components/layouts/modules/show/information.blade.php +++ b/resources/views/components/layouts/modules/show/information.blade.php @@ -6,7 +6,7 @@ {!! trans('modules.only_premium_plan') !!} -@if (in_array('onprime', $module->where_to_use)) +@elseif (in_array('onprime', $module->where_to_use))