@extends('layout.v2') @section('vite') @vite(['resources/assets/v2/sass/app.scss', 'resources/assets/v2/pages/dashboard/dashboard.js']) @endsection @section('content')
@include('partials.dashboard.boxes')
@include('partials.dashboard.account-chart') @include('partials.dashboard.budget-chart') @include('partials.dashboard.category-chart')
@include('partials.dashboard.account-list')
@include('partials.dashboard.sankey')
@include('partials.dashboard.subscriptions') @include('partials.dashboard.piggy-banks')
@endsection