@extends('layouts.app')
@section('title', '통계 대시보드')
@section('page-title', '통계 대시보드')
@section('content')
{{-- 요약 카드 --}}
@include('stats.dashboard.partials._summary-cards')
{{-- 추이 차트 --}}
@include('stats.dashboard.partials._charts')
{{-- 하단 섹션 --}}
@include('stats.dashboard.partials._bottom-section')
@endsection
@push('scripts')
@endpush