= $this->extend('_layout') ?>
= $this->section('pageTitle') ?>
= lang('Dashboard.home') ?>
= $this->endSection() ?>
= $this->section('content') ?>
= $podcastsData['number_of_podcasts'] ?>
= $episodesData['number_of_episodes'] ?>
= $storageData['percentage'] ?>%
= service('vite')
->asset('js/charts.ts', 'js') ?>
= $this->endsection() ?>