{{-- ================= FOOTER ================= --}} {{-- ================= POPULAR SEARCHES ================= --}} @if(isset($popularSearches) && $popularSearches->count()) POPULAR SEARCHES @foreach($popularSearches as $search) {{ $search->title }} @if(!$loop->last) | @endif @endforeach @endif {{-- ================= FOOTER CMS CONTENT (FROM ADMIN) ================= --}} @if(!empty($footerSetting?->top_content)) {!! $footerSetting->top_content !!} @endif
@foreach($popularSearches as $search) {{ $search->title }} @if(!$loop->last) | @endif @endforeach