@php $channel = core()->getCurrentChannel(); @endphp @push ('meta') @endpush {{ $channel->home_seo['meta_title'] ?? '' }}

{{ core()->getConfigData('marketplace.settings.landing_page.banner_title') }}

{{ core()->getConfigData('marketplace.settings.landing_page.banner_description') }}

@if (auth()->guard('seller')->check()) @lang('marketplace::app.shop.marketplace.index.visit-shop') @else {{ core()->getConfigData('marketplace.settings.landing_page.banner_btn_title') }} @endif
marketplace banner

{{ core()->getConfigData('marketplace.settings.landing_page.community_count') }}+

@lang('marketplace::app.shop.marketplace.index.seller-community')

{{ core()->getConfigData('marketplace.settings.landing_page.business_hour') }}

@lang('marketplace::app.shop.marketplace.index.online-business')

{{ core()->getConfigData('marketplace.settings.landing_page.payment_duration') }}

@lang('marketplace::app.shop.marketplace.index.days-payment')

{{ core()->getConfigData('marketplace.settings.landing_page.serviceable_pincode') }}+

@lang('marketplace::app.shop.marketplace.index.serviceable-pincode')

{{ core()->getConfigData('marketplace.settings.landing_page.feature_title') }}

{{ core()->getConfigData('marketplace.settings.landing_page.feature_description') }}

@foreach(collect(['box1', 'box2', 'box3', 'box4']) as $item)
vector icon

{{ core()->getConfigData('marketplace.settings.landing_page.feature_'.$item.'_title') }}

{{ core()->getConfigData('marketplace.settings.landing_page.feature_'.$item.'_desc') }}

@endforeach
@if (core()->getConfigData('marketplace.settings.featured_sellers.status')) @endif

{{ core()->getConfigData('marketplace.settings.landing_page.journey_title') }}

{{ core()->getConfigData('marketplace.settings.landing_page.journey_description') }}

@foreach (collect(['step1', 'step2', 'step3', 'step4', 'step5']) as $key => $step)
step icon

@lang('marketplace::app.shop.marketplace.index.step', ['count' => ++$key])

{{ core()->getConfigData('marketplace.settings.landing_page.journey_'.$step.'_title') }}

{{ core()->getConfigData('marketplace.settings.landing_page.journey_'.$step.'_desc') }}

@endforeach
@pushOnce('scripts') @endPushOnce