@extends('panel::layouts.master', ['title' => 'لوحة التحكم'])
@section('content')
الصفحة الرئيسية
{{-- إحصائيات الرأس --}}
@include('panel::content-sections/header-stats')
{{-- زوار الموقع --}}
@include('panel::content-sections.site-visitors')
{{-- زيارات المقالات --}}
@include('panel::content-sections.articles-visits')
{{-- المقالات --}}
@include('panel::content-sections/articles')
{{-- الفئات --}}
@include('panel::content-sections/categories')
{{-- العلامات --}}
@include('panel::content-sections/tags')
{{-- الصور --}}
@include('panel::content-sections/images')
{{-- التعليقات --}}
@include('panel::content-sections/comments')
@endsection
@push('scripts')
@endpush