@extends('backoffice.dashboard') @section('title', 'إدارة أقسام الصفحة الرئيسية') @section('content') @if(Auth::check()) {{-- ===== CSS ===== --}}
{{-- HEADER --}}

إدارة أقسام الصفحة الرئيسية

{{-- SEARCH --}}
{{-- BODY --}}
@foreach($sections as $section) @endforeach
# الترتيب المعرف العنوان (AR) العنوان (FR) العنوان (EN) مفعل
{{ $loop->iteration }} {{ $section->section_key }} {{ $section->title_ar ?? '—' }} {{ $section->title_fr ?? '—' }} {{ $section->title_en ?? '—' }} is_visible ? 'checked' : '' }}>
{{-- ===== JS ===== --}} @else @endif @endsection