@php $pages = App\Models\Page::orderBy('created_at', 'DESC')->get(); $sections = App\Models\Department::all(); @endphp