first_timer_only == _TRUE) style="color: #f00 !important;" @endif>{{ $plan_model->name }}
{{ formatMoney($plan_model->minimum_amount, 0) }} -
{{ formatMoney($plan_model->maximum_amount, 0) }}
{{ $plan_model->category->name }}
@if($plan_model->recommended)
Recommended @endif
@php
$settings = \App\Models\BlackFridaySetting::getSettings();
@endphp
@if($plan_model->is_blackfriday && $settings->isActive() && $plan_model->isBlackFridayActive())
Black Friday
@endif
{{ substr(strip_tags(html_entity_decode($plan_model->description)),0,90) }} ...see more
{!! html_entity_decode($plan_model->description) !!}
@foreach ($plan_model->display_features() as $feature)
@if(!empty($feature))
@endif
{{ $feature }}
@endforeach
@if (isset($showBuyLInk))
@endif