@props(['module'])
@if (! empty($module->plan))
    
        
            {!! trans('modules.information_on_preme', [
                    'period'    => trans('modules.monthly'),
                    'url'       => 'https://akaunting.com/features/why-akaunting-cloud?utm_source=software&utm_medium=app_show&utm_campaign=' . str_replace('-', '_', $module->slug) 
            ]) !!}
        
        
            {!! trans('modules.information_on_preme', [
                    'period'    => trans('modules.yearly'),
                    'url'       => 'https://akaunting.com/features/why-akaunting-cloud?utm_source=software&utm_medium=app_show&utm_campaign=' . str_replace('-', '_', $module->slug) 
            ]) !!}
        
    
@elseif (in_array('onprime', $module->where_to_use))
    
        
            {!! trans('modules.information_on_preme', [
                    'period'    => trans('modules.monthly'),
                    'url'       => 'https://akaunting.com/features/why-akaunting-cloud?utm_source=software&utm_medium=app_show&utm_campaign=' . str_replace('-', '_', $module->slug) 
            ]) !!}
        
    
@else
    
        
            {!! trans('modules.information_on_preme', [
                    'period'    => trans('modules.monthly'),
                    'url'       => 'https://akaunting.com/features/why-akaunting-cloud?utm_source=software&utm_medium=app_show&utm_campaign=' . str_replace('-', '_', $module->slug) 
            ]) !!}
        
        
            {!! trans('modules.information_on_preme', [
                    'period'    => trans('modules.yearly'),
                    'url'       => 'https://akaunting.com/features/why-akaunting-cloud?utm_source=software&utm_medium=app_show&utm_campaign=' . str_replace('-', '_', $module->slug) 
            ]) !!}
        
    
@endif