JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr@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') @else @endif @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'] }}

{{-- {{ 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 ($businessDetail as $key => $business)

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

{{ __('Sub Title') }}
{{ __('Campaign Name') }}
{{ __('Designation') }}

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

@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::where('is_plan_enable','on')->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 !!}

  • {{ $value->max_users == '-1' ? 'Unlimited' : $value->max_users }} {{ __('Users') }}
  • {{ $value->business == '-1' ? 'Unlimited' : $value->business }} {{ __('Business') }}
  • @if ($value->enable_custdomain == 'on')
  • {{ __('Enable Custom Domain') }}
  • @else
  • {{ __('Enable Custom Domain') }}
  • @endif @if ($value->enable_custsubdomain == 'on')
  • {{ __('Enable Sub Domain') }}
  • @else
  • {{ __('Enable Sub Domain') }}
  • @endif @if ($value->enable_branding == 'on')
  • {{ __('Enable Branding') }}
  • @else
  • {{ __('Enable Branding') }}
  • @endif @if ($value->pwa_business == 'on')
  • {{ __('Enable Progressive Web App (PWA)') }}
  • @else
  • {{ __('Enable Progressive Web App (PWA)') }}
  • @endif @if ($value->enable_chatgpt == 'on')
  • {{ __('Enable Chatgpt') }}
  • @else
  • {{ __('Enable Chatgpt') }}
  • @endif
  • {{ $value->storage_limit }} {{ __('MB Storage Limit') }}
@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