@extends('layouts.admin')
@section('title', 'Dashboard')
@section('page-title', 'Dashboard')
@section('breadcrumbs')
@endsection
@section('content')
@include('admin.dashboard.partials.hero-kpi')
@include('admin.dashboard.partials.analytics')
@include('admin.dashboard.partials.recent')
@include('admin.dashboard.partials.sidebar')
{{-- Note modal --}}
warning
Delete note
This cannot be undone.
@endsection
@push('scripts')
@endpush