@php $footerContent = setting_item_with_lang('footer_content_left'); @endphp image @if(!empty($footerContent)) @foreach(json_decode($footerContent) as $content) {!! clean($content->content) !!} @endforeach @endif
{{ __('Get Updates & More') }}
@csrf
@if($list_widget_footers = setting_item_with_lang("footer_content_right")) @foreach($list_widget_footers as $key=>$item)
{{ $item->title }}
{!! $item->content !!}
@endforeach @endif