| Plan Name |
{{ $plan->name }} |
| Plan Type |
{{ Str::headline($plan->interval) }} |
| Plan Duration |
{{ $plan->day }} Days |
| Ad Post Limit |
{{ $plan->ad_limit }} |
{{--
| Ad visibility (In Days) |
{{ $plan->ad_visibility }} Days |
--}}
| Price |
{{ $setting->currency_symbol }} {{ $plan->price }} |
{{--
| Ad Limit |
{{ $plan->ad_limit }} |
--}}
| Featured Limit |
{{ $plan->featured_limit }} |
{{--
| SMS Services |
@if ($plan->sms == '1')
Yes
@else
No
@endif
|
--}}
{{--
| Analytics |
@if ($plan->analytics == '1')
Yes
@else
No
@endif
|
--}}
| Customer Support |
@if ($plan->customer_support == '1')
Yes
@else
No
@endif
|
| Social Media Sharing |
@if ($plan->social_media_sharing == '1')
Yes
@else
No
@endif
|
| Status |
@if ($plan->status == '1')
Active
@else
Inactive
@endif
|