{!! 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)
{{$service['title']}}
{{$service['description']}}