@if ($module->price == '0.0000')
{{ trans('modules.free') }}
@else
{!! $module->yearly_per_monthly_price !!} {{ trans('modules.per_month') }}
@endif
{{ trans('modules.billed_yearly') }}
{!! trans('modules.save_year', ['price' => '$' . $module->raw_monthly_price * 4]) !!}
@if ($module->price == '0.0000')
{{ trans('modules.free') }}
@else
{!! $module->monthly_price !!} {{ trans('modules.per_month') }}
@endif
{{ trans('modules.billed_monthly') }}
{!! trans('modules.if_paid_year', ['price' => $module->yearly_per_monthly_price]) !!}
* {!! trans('modules.information_monthly') !!}
@else
{{ trans('modules.free') }}
@endif