{!! view_render_event('bagisto.shop.layout.footer.before') !!} @inject('themeCustomizationRepository', 'Webkul\Theme\Repositories\ThemeCustomizationRepository') @php $channel = core()->getCurrentChannel(); $customization = $themeCustomizationRepository->findOneWhere([ 'type' => 'footer_links', 'status' => 1, 'theme_code' => $channel->theme, 'channel_id' => $channel->id, ]); @endphp {!! view_render_event('bagisto.shop.layout.footer.after') !!}