@php use App\Models\Utility; $settings = \Modules\LandingPage\Entities\LandingPageSetting::settings(); $allSettings = Utility::settings(); $logo = Utility::get_file('uploads/landing_page_image'); $sup_logo = Utility::get_file('uploads/logo'); $setting = \App\Models\Utility::colorset(); $SITE_RTL = Utility::getValByName('SITE_RTL'); $metatitle = isset($allSettings['meta_title']) ? $allSettings['meta_title'] : ''; $metsdesc = isset($allSettings['meta_desc']) ? $allSettings['meta_desc'] : ''; $meta_image = \App\Models\Utility::get_file('uploads/meta/'); $meta_logo = isset($allSettings['meta_image']) ? $allSettings['meta_image'] : ''; $admin_payment_setting = \App\Models\Utility::getAdminPaymentSetting(); $color = !empty($setting['color']) ? $setting['color'] : 'theme-3'; if (isset($setting['color_flag']) && $setting['color_flag'] == 'true') { $themeColor = 'custom-color'; } else { $themeColor = $color; } $banner = \App\Models\Utility::get_file('card_banner'); $cardlogo = \App\Models\Utility::get_file('card_logo'); @endphp {{-- --}} {{ env('APP_NAME') }} {{-- --}} @if ($SITE_RTL == 'on') @endif @if ($setting['cust_darklayout'] == 'on') @else @endif @if ($setting['cust_darklayout'] == 'on') @else @endif
@if ($settings['topbar_status'] == 'on')

{!! $settings['topbar_notification_msg'] !!}

@endif @if ($settings['menubar_status'] == 'on')
@endif
@if ($settings['home_status'] == 'on')
{{ $settings['home_offer_text'] }}

SMART INTERACTIVE BUSINESS

{{-- {{ env('APP_NAME') }}
--}} {{ $settings['home_heading'] }}

{{ $settings['home_description'] }}

{{ __('Trusted by') }} {{ $settings['home_trusted_by'] }}

@foreach (explode(',', $settings['home_logo']) as $k => $home_logo)
@endforeach
@endif @if ($settings['feature_status'] == 'on')
{{ $settings['feature_title'] }}

{!! $settings['feature_heading'] !!}

{!! $settings['feature_description'] !!}

@if ($settings['feature_buy_now_link']) Buy Now @endif
@if (is_array(json_decode($settings['feature_of_features'], true)) || is_object(json_decode($settings['feature_of_features'], true))) @foreach (json_decode($settings['feature_of_features'], true) as $key => $value)

{!! $value['feature_heading'] !!}

{!! $value['feature_description'] !!}

@endforeach @endif
{{ $settings['feature_title'] }}

{!! $settings['highlight_feature_heading'] !!}

{!! $settings['highlight_feature_description'] !!}

@endif @if ($settings['feature_status'] == 'on')
@if (is_array(json_decode($settings['other_features'], true)) || is_object(json_decode($settings['other_features'], true))) @foreach (json_decode($settings['other_features'], true) as $key => $value) @if ($key % 2 == 0)
Features

{!! $value['other_features_heading'] !!}

{!! $value['other_featured_description'] !!}

{{ __('Buy Now') }}
@if (Storage::exists('/uploads/landing_page_image/' . $value['other_features_image']))
@endif
@else
@if (Storage::exists('/uploads/landing_page_image/' . $value['other_features_image']))
@endif
{{ __('Features') }}

{!! $value['other_features_heading'] !!}

{!! $value['other_featured_description'] !!}

{{ __('Buy Now') }}
@endif @endforeach @endif
@endif @if ($settings['business_campaign'] == 'on')
{{ $settings['business_campaign_title'] }}

{!! $settings['business_campaign_heading'] !!}

{!! $settings['business_campaign_description'] !!}

@foreach ($campaignsByName as $name => $campaigns)

Campaign: {{ $name }}

@foreach ($campaigns as $campaign)
@foreach ($businessesForName[$name] ?? [] as $business)

{{ ucFirst($business->title) }}

{{ __('Sub Title') }}
{{ ucFirst($business->sub_title) }}
{{ __('Designation') }}
{{ ucFirst($business->designation) }}

{{ !empty($business->description) ? ucFirst($business->description) : '--' }}

@endforeach
@endforeach
@endforeach
@endif @if ($settings['discover_status'] == 'on')
{{ __('DISCOVER') }}

{!! $settings['discover_heading'] !!}

{!! $settings['discover_description'] !!}

@if (is_array(json_decode($settings['discover_of_features'], true)) || is_object(json_decode($settings['discover_of_features'], true))) @foreach (json_decode($settings['discover_of_features'], true) as $key => $value)

{!! $value['discover_heading'] !!}

{!! $value['discover_description'] !!}

@endforeach @endif
@if ($settings['discover_live_demo_link']) {{ __('Live Demo') }} @endif @if ($settings['discover_buy_now_link']) {{ __('Buy Now') }} @endif
@endif @if ($settings['screenshots_status'] == 'on')
{{ __('SCREENSHOTS') }}

{!! $settings['screenshots_heading'] !!}

{!! $settings['screenshots_description'] !!}

@if (is_array(json_decode($settings['screenshots'], true)) || is_object(json_decode($settings['screenshots'], true))) @foreach (json_decode($settings['screenshots'], true) as $value)
@if (Storage::exists('/uploads/landing_page_image/' . $value['screenshots']))
@endif
{!! $value['screenshots_heading'] !!}
{{-- --}}
@endforeach @endif
@endif @if ($settings['plan_status'] == 'on')
{{ __('PLAN') }}

{!! $settings['plan_heading'] !!}

{!! $settings['plan_description'] !!}

@php $collection = \App\Models\Plan::orderBy('price', 'ASC')->get(); @endphp @foreach ($collection as $key => $value)
{{ $value->name }} {{ (isset($admin_payment_setting['CURRENCY_SYMBOL']) ? $admin_payment_setting['CURRENCY_SYMBOL'] : '$') . $value->price }}/{{ $value->duration }}

{!! $value->description !!}

  • {{-- max_account != 0 ? 'checked' : '' }}> --}}
  • {{-- max_contact != 0 ? 'checked' : '' }}> --}}
  • {{-- storage_limit != 0 ? 'checked' : '' }}> --}}
  • {{-- enable_chatgpt != 'off' ? 'checked' : '' }}> --}}
@endforeach
@endif @if ($settings['faq_status'] == 'on')
{{ $settings['faq_title'] }}

{!! $settings['faq_heading'] !!}

{!! $settings['faq_description'] !!}

@if (is_array(json_decode($settings['faqs'], true)) || is_object(json_decode($settings['faqs'], true))) @foreach (json_decode($settings['faqs'], true) as $key => $value) @if ($key % 2 == 0)

{!! $value['faq_answer'] !!}
@endif @endforeach @endif
@if (is_array(json_decode($settings['faqs'], true)) || is_object(json_decode($settings['faqs'], true))) @foreach (json_decode($settings['faqs'], true) as $key => $value) @if ($key % 2 != 0)

{!! $value['faq_answer'] !!}
@endif @endforeach @endif
@endif @if ($settings['testimonials_status'] == 'on')
TESTIMONIALS

{!! $settings['testimonials_heading'] !!}

{!! $settings['testimonials_description'] !!}

@if (is_array(json_decode($settings['testimonials'])) || is_object(json_decode($settings['testimonials']))) @foreach (json_decode($settings['testimonials']) as $key => $value)
@for ($i = 1; $i <= (int) $value->testimonials_star; $i++) @endfor

{{ $value->testimonials_title }}

{!! $value->testimonials_description !!}

{{ $value->testimonials_user }} {{ $value->testimonials_designation }}
@endforeach @endif

{!! $settings['testimonials_long_description'] !!}

@endif @if ($allSettings['enable_cookie'] == 'on') @include('layouts.cookie_consent') @endif