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