{{-- Вьюха: Дашборд административной панели Контроллер: Admin\DashboardController::index() Partials (в admin/partials/): _dashboard_stats — ряд 1: stat-карточки _dashboard_charts — ряд 2: графики + последние заявки _dashboard_actions — ряд 3: быстрые действия, система, контент --}} @extends('admin.layout') @section('title', 'Дашборд') @section('content_header')

Панель управления

{{ now()->format('d F Y, H:i') }}
@stop @section('breadcrumb') @stop @section('content') @include('admin.partials._dashboard_stats') @include('admin.partials._dashboard_charts') @include('admin.partials._dashboard_actions') @stop @section('footer')
@csrf
@stop @push('js') @endpush