{!! view_render_event('bagisto.shop.layout.features.before') !!} @inject('themeCustomizationRepository', 'Webkul\Theme\Repositories\ThemeCustomizationRepository') @php $customization = $themeCustomizationRepository->findOneWhere([ 'type' => 'services_content', 'status' => 1, 'channel_id' => core()->getCurrentChannel()->id, ]); @endphp @if ($customization)
@foreach ($customization->options['services'] as $service)

{{$service['title']}}

{{$service['description']}}

@endforeach
@endif {!! view_render_event('bagisto.shop.layout.features.after') !!}