{{ $plan->name }}

{{ $plan->description }}

{{ $plan->formatted_price }}
@if(!empty($plan->features))

{{ t('features') }}

    @foreach($plan->features as $feature)
  • {{ $feature }}
  • @endforeach
@endif @if($plan->trial_period)

{{ $plan->trial_period }}{{ t('day_free_trial') }}

{{ t('start_with_free_trial') }}

@endif