|-- app | |-- Http | | |-- Controllers | | | |-- Controller.php | | | |-- SampahController.php | |-- Models | | |-- Sampah.php | | |-- User.php | |-- Providers | | |-- AppServiceProvider.php | |-- View | | |-- Components | | | |-- CardsStats.php | | | |-- Navbar.php |-- bootstrap | |-- cache | | |-- .gitignore | | |-- packages.php | | |-- services.php | |-- app.php | |-- providers.php |-- config | |-- app.php | |-- auth.php | |-- cache.php | |-- database.php | |-- filesystems.php | |-- logging.php | |-- mail.php | |-- queue.php | |-- services.php | |-- session.php |-- database | |-- factories | | |-- UserFactory.php | |-- migrations | | |-- 0001_01_01_000000_create_users_table.php | | |-- 0001_01_01_000001_create_cache_table.php | | |-- 0001_01_01_000002_create_jobs_table.php | |-- seeders | | |-- DatabaseSeeder.php | |-- .gitignore |-- public | |-- build | | |-- assets | | | |-- app-QuYNcH4-.js | | | |-- app-RrCPzb-1.css | | |-- manifest.json | |-- images | | |-- ecoscale-icon.png | |-- js | | |-- analitik.js | | |-- dashboard.js | | |-- fakultas.js | | |-- firebaseService.js | | |-- laporan.js | |-- .htaccess | |-- favicon.ico | |-- index.php | |-- robots.txt |-- resources | |-- css | | |-- app.css | |-- js | | |-- app.js | | |-- bootstrap.js | |-- views | | |-- components | | | |-- cards-stats.blade.php | | | |-- header.blade.php | | | |-- navbar.blade.php | | |-- analitik.blade.php | | |-- dashboard.blade.php | | |-- fakultas.blade.php | | |-- laporan.blade.php | | |-- welcome.blade.php |-- routes | |-- api.php | |-- console.php | |-- web.php |-- storage | |-- app | | |-- private | | | |-- .gitignore | | |-- public | | | |-- .gitignore | | |-- .gitignore | |-- framework | | |-- cache | | | |-- data | | | | |-- .gitignore | | | |-- .gitignore | | |-- sessions | | | |-- .gitignore | | |-- testing | | | |-- .gitignore | | |-- views | | | |-- .gitignore | | | |-- 04d279cb5930a8a2c49174117b9f5037.php | | | |-- 4dfce601420d09eeafd2e5e8ae348bc6.php | | | |-- 72ca9b0ba1826fcf5719f9e68bd3378f.php | | | |-- de9c1b5f16d1297333840382fd21b529.php | | | |-- df00d718bfb2b75d3ae60a04cb497975.php | | | |-- e105167123dfc7080be1ac0b5e842b9f.php | | | |-- ee652990a1547b42ec8f1f7cc2d0dde0.php | | |-- .gitignore | |-- logs | | |-- .gitignore | | |-- laravel.log |-- tests | |-- Feature | | |-- ExampleTest.php | |-- Unit | | |-- ExampleTest.php | |-- TestCase.php |-- .editorconfig |-- .env |-- .gitattributes |-- .gitignore |-- artisan |-- composer.json |-- composer.lock |-- package-lock.json |-- package.json |-- phpunit.xml |-- README.md |-- structure.txt |-- vite.config.js