@php $notice_data = App\Models\SiteManagement::getMetaValue('notices'); @endphp @if (!empty($notice_data))

Notice Board

@php echo htmlspecialchars_decode(stripslashes($notice_data['notice'])); @endphp
@endif