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))