{{ $plan->title }}
{{ settings('currency.symbol') }}{{ round($plan->price / 12 , 2) }}
PER MONTH, BILLED ANNUALLY
{!! $plan->description !!}
@else
{{ $plan->title }}
{{ settings('currency.symbol') }}{{ round($plan->price, 2) }}
MONTHLY
{!! $plan->description !!}
@endif