@if($feature)
{!! $feature->title !!}
{!! $feature->description !!}
@if($feature->has_tag)
@foreach(explode(',', $feature->has_tag) as $tag)
{{ trim($tag) }}
@endforeach
@endif
$
{{ number_format($feature->price_per_month, 2) }}
/month
@if($feature->trial_days > 0)
{{ $feature->trial_days }} days free trial available
@endif
@else
No Feature Available
The feature could not be found or is not available for your account.
@endif