@extends('front.layouts.app3') @section('title') {{ getAppName() }} @endsection @section('content')
{{ __('messages.theme3.new_templates_available') }}

{{ $setting['home_page_title'] }}

{{ $setting['sub_text'] ?? '' }}

{{ __('messages.vcard.already_alias_url') }}
{{ __('messages.vcard.url_alias_available') }}
{{-- --}}
@foreach ($latestUsers as $user) User @endforeach
{{ $totalUser - 1 }}+ {{ __('messages.theme3.proffessionals_have_joined') }}
interface-img
interface-img
interface-img
interface-img
interface-img
{{-- vcard slider --}}

{{ __('messages.vcards_templates') }}

vcard-img
vcard-img
vcard-img
vcard-img
vcard-img
vcard-img
vcard-img
{{ __('messages.theme3.premium_features') }}

{{ __('messages.theme3.service_we_offer') }}

{{ __('messages.theme3.proffessional_identity_in_one_platform') }}

@foreach ($features as $feature)
feature-img

{{ $feature->name }}

{!! $feature->description !!}

@endforeach
@if (!$testimonials->isEmpty())
{{ __('messages.theme3.client_success_stories') }}

{{ __('messages.theme3.what_our_clients_say') }}

{{ __('messages.theme3.use_vcards_to_enhance_your_network') }}

@foreach ($testimonials as $testimonial)

{!! $testimonial->description !!}

profile-img

{{ $testimonial->name }}

@endforeach
@endif
{{ __('messages.theme3.flexible_plans') }}

{{ __('messages.theme3.choose_your_plan') }}

{{ __('messages.theme3.select_the_plan_that_fits_your_needs') }}

@foreach ($plans as $plan)
@if ($plan->trial_days > 0)
{{ __('messages.subscription.trial_plan') }}
@endif

{!! $plan->name !!}

@if ($plan->custom_select == 1 && $plan->planCustomFields->isNotEmpty())

{{ $plan->currency->currency_icon }} {{ $plan->planCustomFields[0]->custom_vcard_price }} @if ($plan->frequency == 1) /{{ __('messages.plan.monthly') }} @elseif($plan->frequency == 2) /{{ __('messages.plan.yearly') }} @endif

@else
{{ $plan->currency->currency_icon }} {{ $plan->price }} @if ($plan->frequency == 1) /{{ __('messages.plan.monthly') }} @elseif($plan->frequency == 2) /{{ __('messages.plan.yearly') }} @endif
@endif
@if ($plan->custom_select == 1 && $plan->planCustomFields->isNotEmpty()) {{-- --}} @endif
@if (getLoggedInUserRoleId() != getSuperAdminRoleId()) @if (getLogInUser() && getLoggedInUserRoleId() != getSuperAdminRoleId())
@if ( !empty(getCurrentSubscription()) && $plan->id == getCurrentSubscription()->plan_id && !getCurrentSubscription()->isExpired()) @if ($plan->price != 0) @else @endif @else @if ( !empty(getCurrentSubscription()) && !getCurrentSubscription()->isExpired() && ($plan->price == 0 || $plan->price != 0)) @if ($plan->hasZeroPlan->count() == 0) {{ __('messages.subscription.switch_plan') }} @else @endif @else @if ($plan->hasZeroPlan->count() == 0) {{ __('messages.subscription.choose_plan') }} @else @endif @endif @endif
@else
@if ($plan->hasZeroPlan->count() == 0) {{ __('messages.subscription.choose_plan') }} @else @endif
@endif @endif
    @if ($plan->trial_days > 0)
  • @if (checkFrontLanguageSession() == 'ar') {{ __('messages.subscription.trial_plan') . ' (' . $plan->trial_days . ' ' . __('messages.plan.days') . ')' }} @else {{ __('messages.subscription.trial_plan') . ' (' . $plan->trial_days . ' ' . __('messages.plan.days') . ')' }} @endif
  • @endif @if ($plan->custom_select == 0 && $plan->planCustomFields->isEmpty())
  • @if (checkFrontLanguageSession() == 'ar') {{ __('messages.plan.no_of_vcards') }} : {{ $plan->no_of_vcards }} @else {{ __('messages.plan.no_of_vcards') }} : {{ $plan->no_of_vcards }} @endif
  • @endif
  • @if (checkFrontLanguageSession() == 'ar') {{ __('messages.plan.storage_limit') }}: {{ $plan->storage_limit }} {{ __('messages.mb') }} @else {{ __('messages.plan.storage_limit') }}: {{ $plan->storage_limit }} {{ __('messages.mb') }} @endif
  • @php $skipCount = $plan->custom_select == 0 && $plan->planCustomFields->isEmpty() ? 9 : 10; @endphp @foreach (collect(getPlanFeature($plan))->take($skipCount) as $feature => $value)
  • @if (checkFrontLanguageSession() == 'ar') {{ __('messages.feature.' . $feature) }} @else {{ __('messages.feature.' . $feature) }} @endif
  • @endforeach
{{-- Start 7-Day Trial --}}
@endforeach

{{ __('messages.theme3.looking_for_custom_solutions') }}

{{ __('messages.theme3.need_solution') }}

{{ __('messages.theme3.contact_our_team') }}
{{ __('messages.theme3.our_mission') }}

{{ __('messages.theme3.about_vcards') }}

{{ __('messages.theme3.professional_network') }}

{{ __('messages.theme3.why_choose_vcards') }}

interface-img

{{ $aboutUS[0]['title'] }}

{!! nl2br(e($aboutUS[0]['description'])) !!}

interface img

{{ $aboutUS[1]['title'] }}

{!! nl2br(e($aboutUS[1]['description'])) !!}

interface img

{{ $aboutUS[2]['title'] }}

{!! nl2br(e($aboutUS[2]['description'])) !!}

{{ __('messages.theme3.our_values') }}

{{ __('messages.theme3.what_drives_us') }}

{{ __('messages.theme3.innovation_and_excellence') }}

@if (!empty($whatDrivesUS[0]['what_drive_us_url'])) feature-img @else @endif

{{ $whatDrivesUS[0]['title'] }}

{!! nl2br(e($whatDrivesUS[0]['description'])) !!}

@if (!empty($whatDrivesUS[1]['what_drive_us_url'])) feature-img @else @endif

{{ $whatDrivesUS[1]['title'] }}

{!! nl2br(e($whatDrivesUS[1]['description'])) !!}

@if (!empty($whatDrivesUS[2]['what_drive_us_url'])) feature-img @else @endif

{{ $whatDrivesUS[2]['title'] }}

{!! nl2br(e($whatDrivesUS[2]['description'])) !!}

{{ $setting['our_mission_title'] }}

{{ $setting['our_mission_description1'] }}

{{ $activeUser - 1 }}+
{{ __('messages.theme3.acvitive_users') }}
{{ $toalVcards - 1 }}+
{{ __('messages.theme3.generated_vcards') }}

{{ $setting['our_mission_description2'] }}

{{ __('messages.theme3.frequently_asked_questions') }}

{{ __('messages.theme3.find_answers_to_the_most_common_questions') }}

@foreach ($faq as $faqs)
@endforeach

{{ __('messages.theme3.still_have_questions') }}

{{ __('messages.theme3.contact_our_support_team') }}
{{ __('messages.vcard_11.get_in_touch') }}

{{ __('messages.dynamic_vcard.contact_us') }}

{{ __('messages.theme3.learn_more_about_what_we_offer') }}

{{ __('messages.common.email') }}

{{ $setting['email'] }}

{{ __('messages.common.phone') }}

{{ '+' . $setting['prefix_code'] . ' ' . $setting['phone'] }}

{{ __('messages.theme3.office') }}

{{ $setting['address'] }}

{{ __('messages.theme3.send_a_msg') }}

@csrf
@endsection