@auth @endauth @guest @endguest

{{ $site_slogan }}

{!! strip_tags($site_desc, '') !!}

{{-- Title + Price Row --}}

{{ $term_basic }}

$100

{!! Purifier::clean($term_description_basic) !!}
@guest @endguest
{{-- Title + Price Row --}}

{{ $term_gold }}

$300

{!! Purifier::clean($term_description_gold) !!}
@guest @endguest
@if ($platinum_enabled)
{{-- Title + Price Row --}}

{{ $term_platinum }}

$600

{!! Purifier::clean($term_description_platinum) !!}
@guest @endguest
@endif @auth
@if ( (auth()->user()->user_type != null && (auth()->user()->user_type != 'Platinum' && $platinum_enabled)) || (auth()->user()->user_type != 'Gold' && !$platinum_enabled)) Upgrade @endif @if ( ($platinum_enabled && auth()->user()->user_type == 'Platinum') || (!$platinum_enabled && auth()->user()->user_type == 'Gold')) Back @endif @if (auth()->user()->user_type == null) Plan Select @endif
@endauth