@extends('front.layouts.app1') @section('title') {{ getAppName() }} @endsection @section('content')
@include('flash::message')
hero-img

{{ $setting['home_page_title'] }}

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

{{ __('auth.get_started') }}
Vcard
vcard-bg
vector
vector
vector
{{-- vcard slider --}}

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

vcard-img
vcard-img
vcard-img
vcard-img
vcard-img
vcard-img

{{ __('messages.plan.features') }}

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

{{ $feature->name }}

{!! $feature->description !!}

@endforeach

{{ __('auth.modern_&_powerful_interface') }}

interface-img

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

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

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

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

interface img
interface img

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

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

{{ __("auth.choose_a_plan_that's_right_for_you") }}

@foreach ($plans as $plan)

{!! $plan->name !!}

{{ $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) @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
@endforeach
@if (!$testimonials->isEmpty())

{{ __('auth.stories_from_our_customers') }}

@foreach ($testimonials as $testimonial)
quotation
profile-img

{{ $testimonial->name }}

{!! $testimonial->description !!}

@endforeach
@endif

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

{{ $setting['address'] }}

@csrf

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

@endsection