@props(['module']) @if ($module->price != '0.0000')
{!! $module->price_prefix !!}
@if (! empty($module->is_discount)) {!! $module->yearly_per_monthly_price !!} {!! $module->yearly_per_monthly_special_price !!} @else {!! $module->yearly_per_monthly_price !!} @endif
@if (! empty($module->is_discount)) {!! $module->monthly_price !!} {!! $module->monthly_special_price !!} @else {!! $module->monthly_price !!} @endif
* {!! trans('modules.information_monthly') !!}
{!! $module->price_suffix !!} {{ trans('modules.per_month') }}
@else {{ trans('modules.free') }} @endif