{{$plan->name}}
@if($user->upgrade && $user->upgrade->interval)
{{plan_interval_text($user->upgrade->interval)}}
@endif
-
{!! ___(':plan_ad_limit Listing Post Limits', ['plan_ad_limit' => '' . ($plan->settings->ad_limit == 999 ? ___('Unlimited') : number_format($plan->settings->ad_limit)) . '']) !!}
-
{!! ___('Listing Expire in :plan_ad_duration Days', ['plan_ad_duration' => '' . ($plan->settings->ad_duration == 999 ? ___('Unlimited') : number_format($plan->settings->ad_duration)) . '']) !!}
-
{!! ___('Featured Listing fee') !!}
{{ price_symbol_format($plan->settings->featured_project_fee) }}
-
{!! ___('Urgent Listing fee') !!}
{{ price_symbol_format($plan->settings->urgent_project_fee) }}
-
{!! ___('Highlight Listing fee') !!}
{{ price_symbol_format($plan->settings->highlight_project_fee) }}
-
@if ($plan->settings->top_search_result)
@else
@endif
{{ ___('Show Listing top in search results') }}
-
@if ($plan->settings->show_on_home)
@else
@endif
{{ ___('Show Listing on home page premium section') }}
-
@if (@$plan->settings->hide_branding)
@else
@endif
{{ ___('Hide Branding') }}
-
@if (!@$plan->settings->advertisements)
@else
@endif
{{ ___('No Advertisements') }}
@if (!empty($plan->settings->custom_features))
@foreach ($plan->settings->custom_features as $key => $value)
-
@php $planoption = plan_option($key) @endphp
@if ($value)
@else
@endif
{{ !empty($planoption->translations->{get_lang()}->title)
? $planoption->translations->{get_lang()}->title
: $planoption->title }}
@endforeach
@endif