@php use App\Models\Utility; $settings = \Modules\LandingPage\Entities\LandingPageSetting::settings(); $logo = Utility::get_file('uploads/landing_page_image'); $sup_logo = Utility::get_file('logo/'); $adminSettings = Utility::getAdminPaymentSettings(); $getseo = App\Models\Utility::getAdminPaymentSettings(); $metatitle = isset($getseo['meta_title']) ? $getseo['meta_title'] : ''; $metsdesc = isset($getseo['meta_desc']) ? $getseo['meta_desc'] : ''; $meta_image = \App\Models\Utility::get_file('uploads/meta/'); $meta_logo = isset($getseo['meta_image']) ? $getseo['meta_image'] : ''; $get_cookie = Utility::getAdminPaymentSettings(); // $SITE_RTL = env('SITE_RTL'); $SITE_RTL = $adminSettings['site_rtl']; // $setting = \App\Models\Utility::colorset(); $color = !empty($adminSettings['color']) ? $adminSettings['color'] : 'theme-3'; @endphp {{ $adminSettings['app_name'] ? $adminSettings['app_name'] : 'Taskly' }} {{-- --}} @if ($SITE_RTL == 'on') @endif @if ($adminSettings['cust_darklayout'] == 'on') @else @endif {{-- --}} @php $color = !empty($adminSettings['color']) ? $adminSettings['color'] : 'theme-3'; if (isset($adminSettings['color_flag']) && $adminSettings['color_flag'] == 'true') { $color = 'custom-color'; } else { $color = $color; } @endphp @if ($adminSettings['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
@else
Features

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

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

Buy Now
@endif @endforeach @endif
@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)
{!! $value['screenshots_heading'] !!}
{{-- --}}
@endforeach @endif
@endif {{-- @if ($settings['plan_status'])
PLAN

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

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

@php $collection = \App\Models\Plan::take(3)->orderBy('monthly_price', 'ASC')->get(); @endphp @foreach ($collection as $key => $value)
{{ $value->name }} @if (env('CURRENCY_SYMBOL') == null) {{ '$'.$value->monthly_price}} @else {{ env('CURRENCY_SYMBOL').$value->monthly_price }} @endif / {{'Month'. $value->duration }}

{!! $value->description !!}

  • max_workspaces != 0 ? 'checked' : "" }}>
  • max_users != 0 ? 'checked' : "" }}>
  • max_clients != 0 ? 'checked' : "" }}>
  • max_projects != 0 ? 'checked' : "" }}>
  • storage_limit != 0 ? 'checked' : "" }}>
  • enable_chatgpt == 'on' ? '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 ($get_cookie['enable_cookie'] == 'on') @include('layouts.cookie_consent') @endif