@php use App\Models\Utility; $settings = \Modules\LandingPage\Entities\LandingPageSetting::settings(); $logo = Utility::get_file('uploads/landing_page_image'); $sup_logo = Utility::get_file('uploads/logo'); $adminSettings = Utility::settingsById(1); $getseo= App\Models\Utility::getSeoSetting(); $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']:''; $setting = \App\Models\Utility::colorset(); $SITE_RTL = Utility::getValByName('SITE_RTL'); $color = (!empty($setting['color'])) ? $setting['color'] : 'theme-3'; if(isset($setting['color_flag']) && $setting['color_flag'] == 'true') { $themeColor = 'custom-color'; } else { $themeColor = $color; } @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

{!! $page['menubar_page_name'] !!}

{!! $page['menubar_page_contant'] !!}
@if ($settings['testimonials_status'] == 'on') @if (is_array(json_decode($settings['testimonials'])) || is_object(json_decode($settings['testimonials']))) @php $testimonials = array_rand(json_decode($settings['testimonials'], true),1); $testimonial = json_decode($settings['testimonials'])[$testimonials] @endphp

{!! $testimonial->testimonials_title !!}

{!! $testimonial->testimonials_description !!}

{{ $testimonial->testimonials_user }} {!! $testimonial->testimonials_designation !!} @for ($i = 1; $i <= (int) $testimonial->testimonials_star; $i++) @endfor
@endif @endif
@if ($message = Session::get('success')) @endif @if ($message = Session::get('error')) @endif