@php use App\Models\Utility; $settings = \Modules\LandingPage\Entities\LandingPageSetting::settings(); $allSettings = Utility::settings(); $landinglogo = 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; } $category_path = \App\Models\Utility::get_file('category'); $banner = \App\Models\Utility::get_file('card_banner'); $logo = \App\Models\Utility::get_file('card_logo'); @endphp {{-- --}}
{{ __('Discover a diverse range of top categories on vCardgo.Find evenything you need in one convenient place.') }}
{{ __('Dive into vCardGo`s extensive array of categories, covering everything from essential services to leisure activities. Explore and discover the perfect solutions for all your needs in one convenient platform.') }}
{{ !empty($business->description) ? ucFirst($business->description) : '--' }}