@extends('front.layouts.app') @section('title') {{ getAppName() }} @endsection @section('content') @include('flash::message') {{ $setting['home_page_title'] }} {{ $setting['sub_text'] ?? '' }} {{ __('auth.get_started') }} {{ __('messages.plan.features') }} @foreach ($features as $feature) {{-- --}} {{-- --}} {{-- --}} {{ $feature->name }} {!! $feature->description !!} @endforeach {{ __('auth.modern_&_powerful_interface') }} {{ $aboutUS[0]['title'] }} {!! nl2br(e ($aboutUS[0]['description'])) !!} {{ $aboutUS[1]['title'] }} {!! nl2br(e ($aboutUS[1]['description'])) !!} {{ $aboutUS[2]['title'] }} {!! nl2br(e ($aboutUS[2]['description'])) !!} {{ __("auth.choose_a_plan_that's_right_for_you") }} @foreach ($plans as $plan) {!! $plan->name !!} {{ __('messages.plan.no_of_vcards') }} : {{ $plan->no_of_vcards }} {{ $plan->currency->currency_icon }}{{($plan->price) }} @if ($plan->frequency == 1) / {{ __('messages.plan.monthly') }} @elseif($plan->frequency == 2) / {{ __('messages.plan.yearly') }} @endif @foreach (getPlanFeature($plan) as $feature => $value) {{ __('messages.feature.' . $feature) }} @endforeach @if (getLoggedInUserRoleId() != getSuperAdminRoleId()) @if (getLogInUser() && getLoggedInUserRoleId() != getSuperAdminRoleId()) @if ( !empty(getCurrentSubscription()) && $plan->id == getCurrentSubscription()->plan_id && !getCurrentSubscription()->isExpired()) @if ($plan->price != 0) {{ __('messages.subscription.currently_active') }} @else {{ __('messages.subscription.renew_free_plan') }} @endif @else @if ( !empty(getCurrentSubscription()) && !getCurrentSubscription()->isExpired() && ($plan->price == 0 || $plan->price != 0)) @if ($plan->hasZeroPlan->count() == 0) {{ __('messages.subscription.switch_plan') }} @else {{ __('messages.subscription.renew_free_plan') }} @endif @else @if ($plan->hasZeroPlan->count() == 0) {{ __('messages.subscription.choose_plan') }} @else {{ __('messages.subscription.renew_free_plan') }} @endif @endif @endif @else @if ($plan->hasZeroPlan->count() == 0) {{ __('messages.subscription.choose_plan') }} @else {{ __('messages.subscription.renew_free_plan') }} @endif @endif @endif @endforeach @if (!$testimonials->isEmpty()) {{ __('auth.stories_from_our_customers') }} @foreach ($testimonials as $testimonial) {!! $testimonial->description !!} {{ $testimonial->name }} @endforeach @endif {{ __('messages.contact_us.contact') }} {{ $setting['email'] }} {{ '+' . $setting['prefix_code'] . ' ' . $setting['phone'] }} {{ $setting['address'] }} @csrf @endsection
{{ $setting['sub_text'] ?? '' }}
{!! $feature->description !!}
{!! nl2br(e ($aboutUS[0]['description'])) !!}
{!! nl2br(e ($aboutUS[1]['description'])) !!}
{!! nl2br(e ($aboutUS[2]['description'])) !!}
{!! $testimonial->description !!}
{{ $setting['address'] }}