@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 {{-- --}} {{ env('APP_NAME') }} {{-- --}} @if ($SITE_RTL == 'on') @endif @if ($setting['cust_darklayout'] == 'on') @else @endif @if ($setting['cust_darklayout'] == 'on') @else @endif
@if ($settings['menubar_status'] == 'on')
@endif

Discover New Categories, with
SIBCards - Browse Beyond Limits!

Show all
banner-image
banner-bg-image

{{ __('Top Categories') }}

{{ __('Discover a diverse range of top categories on vCardgo.Find evenything you need in one convenient place.') }}

@foreach ($categoryData as $key => $category)
{{ $category->name }}
{{ $category->count . ' Business' }}
@endforeach
{{-- .tab - --}}

{{ __('Discover Business') }}

{{ __('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.') }}

@foreach ($businessDetail as $key => $business)
{{ ucFirst($business->title) }}

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

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