Homepage

@csrf {{-- 1️⃣ SHOW HOMEPAGE (MASTER TOGGLE) --}}
show_homepage) == 1 ? 'checked' : '' }}>
{{-- ALL CONTENT WRAPPER --}}
{{-- 2️⃣ HOMEPAGE TITLE --}}
{{-- 3️⃣ DESCRIPTION (CKEDITOR READY) --}}
{{-- 4️⃣ HEADING TITLE --}}
show_events) ? 'checked' : '' }}>
{{-- 5️⃣ UPCOMING EVENTS --}}
category_type) === 'all' ? 'checked' : '' }}>
category_type) === 'custom' ? 'checked' : '' }}>
@foreach($categories as $key => $label)
categories ?? []))>
@endforeach
{{-- 6️⃣ RECENT UPLOADS --}}
show_uploads) ? 'checked' : '' }}>
{{-- 7️⃣ RECENT POSTS --}}
show_posts) ? 'checked' : '' }}>
{{-- SAVE --}}
@push('scripts') @endpush