├── public ├── favicon.ico ├── robots.txt ├── assets │ ├── .gitignore │ ├── scss │ │ ├── _user.scss │ │ ├── theme │ │ │ ├── components │ │ │ │ ├── _reboot.scss │ │ │ │ ├── _card.scss │ │ │ │ ├── _scrollspy.scss │ │ │ │ ├── _social-button.scss │ │ │ │ ├── _table.scss │ │ │ │ ├── _badge.scss │ │ │ │ └── _forms.scss │ │ │ ├── vendor │ │ │ │ └── prismJs │ │ │ │ │ └── _prism.scss │ │ │ ├── utilities │ │ │ │ ├── _shadows.scss │ │ │ │ ├── _text.scss │ │ │ │ ├── _background.scss │ │ │ │ ├── _position.scss │ │ │ │ ├── _border.scss │ │ │ │ └── _icon-shape.scss │ │ │ └── _theme.scss │ │ ├── _user-variables.scss │ │ └── theme.scss │ ├── .gitattributes │ ├── js │ │ ├── feather.js │ │ └── sidebarMenu.js │ ├── images │ │ ├── avatar │ │ │ ├── avatar.jpg │ │ │ ├── avatar-1.jpg │ │ │ ├── avatar-10.jpg │ │ │ ├── avatar-11.jpg │ │ │ ├── avatar-12.jpg │ │ │ ├── avatar-13.jpg │ │ │ ├── avatar-14.jpg │ │ │ ├── avatar-15.jpg │ │ │ ├── avatar-16.jpg │ │ │ ├── avatar-17.jpg │ │ │ ├── avatar-18.jpg │ │ │ ├── avatar-19.jpg │ │ │ ├── avatar-2.jpg │ │ │ ├── avatar-20.jpg │ │ │ ├── avatar-21.jpg │ │ │ ├── avatar-3.jpg │ │ │ ├── avatar-4.jpg │ │ │ ├── avatar-5.jpg │ │ │ ├── avatar-6.jpg │ │ │ ├── avatar-7.jpg │ │ │ ├── avatar-8.jpg │ │ │ └── avatar-9.jpg │ │ ├── blog │ │ │ └── blog-img-1.jpg │ │ ├── favicon │ │ │ ├── default.ico │ │ │ └── favicon.ico │ │ ├── my-img │ │ │ └── my_foto.jpeg │ │ ├── placeholder │ │ │ ├── 4by3.jpg │ │ │ └── placeholder-img.jpg │ │ ├── brand │ │ │ ├── logo │ │ │ │ └── brand-logo.png │ │ │ ├── layers-logo.svg │ │ │ └── dropbox-logo.svg │ │ ├── error │ │ │ └── 404-error-img.png │ │ ├── preloader │ │ │ └── preloader.gif │ │ ├── slide-img │ │ │ ├── slider-img-1.jpg │ │ │ ├── slider-img-2.jpg │ │ │ └── slider-img-3.jpg │ │ ├── background │ │ │ └── profile-cover.jpg │ │ └── svg │ │ │ └── checked-mark.svg │ ├── fonts │ │ └── feather-icons │ │ │ └── icons │ │ │ ├── circle.svg │ │ │ ├── check.svg │ │ │ ├── minus.svg │ │ │ ├── play.svg │ │ │ ├── chevron-up.svg │ │ │ ├── chevron-down.svg │ │ │ ├── chevron-left.svg │ │ │ ├── chevron-right.svg │ │ │ ├── droplet.svg │ │ │ ├── framer.svg │ │ │ ├── twitch.svg │ │ │ ├── cloud.svg │ │ │ ├── moon.svg │ │ │ ├── navigation.svg │ │ │ ├── shield.svg │ │ │ ├── square.svg │ │ │ ├── volume.svg │ │ │ ├── zap.svg │ │ │ ├── activity.svg │ │ │ ├── navigation-2.svg │ │ │ ├── bookmark.svg │ │ │ ├── disc.svg │ │ │ ├── edit-2.svg │ │ │ ├── filter.svg │ │ │ ├── umbrella.svg │ │ │ ├── x.svg │ │ │ ├── bluetooth.svg │ │ │ ├── clock.svg │ │ │ ├── plus.svg │ │ │ ├── thermometer.svg │ │ │ ├── code.svg │ │ │ ├── crop.svg │ │ │ ├── facebook.svg │ │ │ ├── power.svg │ │ │ ├── search.svg │ │ │ ├── arrow-up.svg │ │ │ ├── eye.svg │ │ │ ├── folder.svg │ │ │ ├── message-square.svg │ │ │ ├── send.svg │ │ │ ├── slash.svg │ │ │ ├── terminal.svg │ │ │ ├── user.svg │ │ │ ├── arrow-down.svg │ │ │ ├── arrow-left.svg │ │ │ ├── edit-3.svg │ │ │ ├── minus-circle.svg │ │ │ ├── mouse-pointer.svg │ │ │ ├── pie-chart.svg │ │ │ ├── play-circle.svg │ │ │ ├── skip-back.svg │ │ │ ├── stop-circle.svg │ │ │ ├── tv.svg │ │ │ ├── arrow-right.svg │ │ │ ├── arrow-up-left.svg │ │ │ ├── arrow-up-right.svg │ │ │ ├── at-sign.svg │ │ │ ├── bell.svg │ │ │ ├── chevrons-up.svg │ │ │ ├── corner-left-up.svg │ │ │ ├── corner-right-up.svg │ │ │ ├── corner-up-left.svg │ │ │ ├── lock.svg │ │ │ ├── map-pin.svg │ │ │ ├── rewind.svg │ │ │ ├── rotate-ccw.svg │ │ │ ├── skip-forward.svg │ │ │ ├── underline.svg │ │ │ ├── unlock.svg │ │ │ ├── arrow-down-left.svg │ │ │ ├── arrow-down-right.svg │ │ │ ├── award.svg │ │ │ ├── battery.svg │ │ │ ├── bold.svg │ │ │ ├── chevrons-down.svg │ │ │ ├── chevrons-left.svg │ │ │ ├── chevrons-right.svg │ │ │ ├── columns.svg │ │ │ ├── corner-down-left.svg │ │ │ ├── corner-left-down.svg │ │ │ ├── corner-up-right.svg │ │ │ ├── music.svg │ │ │ ├── rotate-cw.svg │ │ │ ├── rss.svg │ │ │ ├── sidebar.svg │ │ │ ├── tablet.svg │ │ │ ├── toggle-left.svg │ │ │ ├── triangle.svg │ │ │ ├── video.svg │ │ │ ├── wind.svg │ │ │ ├── corner-down-right.svg │ │ │ ├── corner-right-down.svg │ │ │ ├── fast-forward.svg │ │ │ ├── flag.svg │ │ │ ├── home.svg │ │ │ ├── maximize.svg │ │ │ ├── minimize.svg │ │ │ ├── toggle-right.svg │ │ │ ├── trending-up.svg │ │ │ ├── volume-1.svg │ │ │ ├── check-circle.svg │ │ │ ├── credit-card.svg │ │ │ ├── file.svg │ │ │ ├── minus-square.svg │ │ │ ├── smartphone.svg │ │ │ ├── star.svg │ │ │ ├── target.svg │ │ │ ├── trending-down.svg │ │ │ ├── book-open.svg │ │ │ ├── book.svg │ │ │ ├── compass.svg │ │ │ ├── divide.svg │ │ │ ├── dollar-sign.svg │ │ │ ├── git-merge.svg │ │ │ ├── anchor.svg │ │ │ ├── briefcase.svg │ │ │ ├── info.svg │ │ │ ├── italic.svg │ │ │ ├── menu.svg │ │ │ ├── more-vertical.svg │ │ │ ├── x-circle.svg │ │ │ ├── check-square.svg │ │ │ ├── copy.svg │ │ │ ├── key.svg │ │ │ ├── mail.svg │ │ │ ├── more-horizontal.svg │ │ │ ├── tag.svg │ │ │ ├── type.svg │ │ │ ├── bar-chart.svg │ │ │ ├── camera.svg │ │ │ ├── cloud-lightning.svg │ │ │ ├── link-2.svg │ │ │ ├── plus-circle.svg │ │ │ ├── pocket.svg │ │ │ ├── thumbs-up.svg │ │ │ ├── trash.svg │ │ │ ├── zoom-out.svg │ │ │ ├── airplay.svg │ │ │ ├── alert-circle.svg │ │ │ ├── archive.svg │ │ │ ├── bar-chart-2.svg │ │ │ ├── edit.svg │ │ │ ├── git-commit.svg │ │ │ ├── hexagon.svg │ │ │ ├── share.svg │ │ │ ├── voicemail.svg │ │ │ ├── volume-2.svg │ │ │ ├── arrow-up-circle.svg │ │ │ ├── folder-minus.svg │ │ │ ├── image.svg │ │ │ ├── layers.svg │ │ │ ├── layout.svg │ │ │ ├── log-in.svg │ │ │ ├── log-out.svg │ │ │ ├── speaker.svg │ │ │ ├── upload.svg │ │ │ ├── arrow-down-circle.svg │ │ │ ├── arrow-left-circle.svg │ │ │ ├── arrow-right-circle.svg │ │ │ ├── download.svg │ │ │ ├── heart.svg │ │ │ ├── help-circle.svg │ │ │ ├── link.svg │ │ │ ├── map.svg │ │ │ ├── monitor.svg │ │ │ ├── trello.svg │ │ │ ├── user-check.svg │ │ │ ├── user-minus.svg │ │ │ ├── volume-x.svg │ │ │ ├── x-square.svg │ │ │ ├── clipboard.svg │ │ │ ├── cloud-off.svg │ │ │ ├── database.svg │ │ │ ├── delete.svg │ │ │ ├── feather.svg │ │ │ ├── plus-square.svg │ │ │ ├── shopping-bag.svg │ │ │ ├── git-branch.svg │ │ │ ├── thumbs-down.svg │ │ │ ├── video-off.svg │ │ │ ├── cast.svg │ │ │ ├── hash.svg │ │ │ ├── meh.svg │ │ │ ├── radio.svg │ │ │ ├── smile.svg │ │ │ ├── tool.svg │ │ │ ├── camera-off.svg │ │ │ ├── file-minus.svg │ │ │ ├── frown.svg │ │ │ ├── repeat.svg │ │ │ ├── save.svg │ │ │ ├── shopping-cart.svg │ │ │ ├── download-cloud.svg │ │ │ ├── external-link.svg │ │ │ ├── git-pull-request.svg │ │ │ ├── zoom-in.svg │ │ │ ├── align-left.svg │ │ │ ├── align-right.svg │ │ │ ├── grid.svg │ │ │ ├── headphones.svg │ │ │ ├── instagram.svg │ │ │ ├── linkedin.svg │ │ │ ├── users.svg │ │ │ ├── wifi.svg │ │ │ ├── align-center.svg │ │ │ ├── align-justify.svg │ │ │ ├── divide-circle.svg │ │ │ ├── globe.svg │ │ │ ├── inbox.svg │ │ │ ├── maximize-2.svg │ │ │ ├── minimize-2.svg │ │ │ ├── printer.svg │ │ │ ├── refresh-ccw.svg │ │ │ ├── refresh-cw.svg │ │ │ ├── user-x.svg │ │ │ ├── calendar.svg │ │ │ ├── folder-plus.svg │ │ │ ├── shield-off.svg │ │ │ ├── twitter.svg │ │ │ ├── user-plus.svg │ │ │ ├── x-octagon.svg │ │ │ ├── mic.svg │ │ │ ├── truck.svg │ │ │ ├── alert-octagon.svg │ │ │ ├── command.svg │ │ │ ├── cloud-rain.svg │ │ │ ├── divide-square.svg │ │ │ ├── dribbble.svg │ │ │ ├── alert-triangle.svg │ │ │ ├── server.svg │ │ │ ├── battery-charging.svg │ │ │ ├── file-plus.svg │ │ │ ├── message-circle.svg │ │ │ ├── upload-cloud.svg │ │ │ ├── zap-off.svg │ │ │ ├── crosshair.svg │ │ │ ├── shuffle.svg │ │ │ ├── chrome.svg │ │ │ ├── coffee.svg │ │ │ ├── scissors.svg │ │ │ ├── share-2.svg │ │ │ ├── trash-2.svg │ │ │ ├── bell-off.svg │ │ │ ├── box.svg │ │ │ ├── eye-off.svg │ │ │ ├── watch.svg │ │ │ ├── file-text.svg │ │ │ ├── gift.svg │ │ │ ├── list.svg │ │ │ ├── codepen.svg │ │ │ ├── hard-drive.svg │ │ │ ├── move.svg │ │ │ ├── gitlab.svg │ │ │ ├── mic-off.svg │ │ │ ├── phone.svg │ │ │ ├── github.svg │ │ │ ├── figma.svg │ │ │ ├── cloud-drizzle.svg │ │ │ ├── youtube.svg │ │ │ ├── aperture.svg │ │ │ ├── wifi-off.svg │ │ │ ├── cloud-snow.svg │ │ │ ├── life-buoy.svg │ │ │ ├── film.svg │ │ │ ├── sunset.svg │ │ │ ├── sunrise.svg │ │ │ ├── phone-off.svg │ │ │ ├── sliders.svg │ │ │ ├── loader.svg │ │ │ ├── phone-missed.svg │ │ │ ├── phone-outgoing.svg │ │ │ ├── codesandbox.svg │ │ │ ├── sun.svg │ │ │ ├── cpu.svg │ │ │ ├── slack.svg │ │ │ └── settings.svg │ ├── css │ │ ├── preloader.css │ │ └── jqClock.css │ └── README.md ├── assets_readme │ └── img │ │ ├── Desain_ERD.mwb │ │ ├── Desain_ERD.png │ │ ├── Halaman_Utama.PNG │ │ └── Halaman_Pendataan.PNG └── .htaccess ├── resources ├── css │ └── app.css ├── js │ ├── app.js │ └── bootstrap.js ├── lang │ └── en │ │ ├── pagination.php │ │ ├── auth.php │ │ └── passwords.php └── views │ ├── vendor │ └── sweetalert │ │ └── alert.blade.php │ └── layouts │ └── doc-navbar.blade.php ├── database ├── .gitignore ├── migrations │ ├── 2021_11_07_124348_create_jenis_penjualan_table.php │ ├── 2014_10_12_100000_create_password_resets_table.php │ ├── 2021_11_06_071313_create_barang_penjualan_table.php │ ├── 2021_11_08_031857_create_waktu_transaksi_table.php │ ├── 2014_10_12_000000_create_users_table.php │ ├── 2019_08_19_000000_create_failed_jobs_table.php │ ├── 2021_11_07_132401_create_transaksi_penjualan_table.php │ └── 2019_12_14_000001_create_personal_access_tokens_table.php └── factories │ └── UserFactory.php ├── bootstrap └── cache │ └── .gitignore ├── storage ├── logs │ └── .gitignore ├── app │ ├── public │ │ └── .gitignore │ └── .gitignore └── framework │ ├── testing │ └── .gitignore │ ├── views │ └── .gitignore │ ├── cache │ ├── data │ │ └── .gitignore │ └── .gitignore │ ├── sessions │ └── .gitignore │ └── .gitignore ├── renovate.json ├── .gitattributes ├── tests ├── TestCase.php ├── Unit │ └── ExampleTest.php ├── Feature │ └── ExampleTest.php └── CreatesApplication.php ├── .styleci.yml ├── .gitignore ├── .editorconfig ├── app ├── Http │ ├── Middleware │ │ ├── EncryptCookies.php │ │ ├── VerifyCsrfToken.php │ │ ├── TrustHosts.php │ │ ├── PreventRequestsDuringMaintenance.php │ │ ├── TrimStrings.php │ │ ├── Authenticate.php │ │ ├── TrustProxies.php │ │ └── RedirectIfAuthenticated.php │ └── Controllers │ │ ├── Controller.php │ │ └── TpenjualanController.php ├── Providers │ ├── BroadcastServiceProvider.php │ ├── AppServiceProvider.php │ ├── AuthServiceProvider.php │ └── EventServiceProvider.php ├── Exceptions │ └── Handler.php ├── Console │ └── Kernel.php └── Models │ └── User.php ├── package.json ├── webpack.mix.js ├── routes ├── channels.php ├── api.php └── console.php ├── server.php ├── config ├── cors.php └── services.php ├── .github └── FUNDING.yml └── .env.example /public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/css/app.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /database/.gitignore: -------------------------------------------------------------------------------- 1 | *.sqlite* 2 | -------------------------------------------------------------------------------- /bootstrap/cache/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /resources/js/app.js: -------------------------------------------------------------------------------- 1 | require('./bootstrap'); 2 | -------------------------------------------------------------------------------- /storage/logs/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /public/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: 3 | -------------------------------------------------------------------------------- /storage/app/public/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /storage/app/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !public/ 3 | !.gitignore 4 | -------------------------------------------------------------------------------- /storage/framework/testing/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /storage/framework/views/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /storage/framework/cache/data/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /storage/framework/sessions/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /storage/framework/cache/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !data/ 3 | !.gitignore 4 | -------------------------------------------------------------------------------- /public/assets/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules/ 2 | dist/ 3 | .temp/ 4 | .DS_Store 5 | -------------------------------------------------------------------------------- /renovate.json: -------------------------------------------------------------------------------- 1 | { 2 | "extends": [ 3 | "config:base" 4 | ] 5 | } 6 | -------------------------------------------------------------------------------- /public/assets/scss/_user.scss: -------------------------------------------------------------------------------- 1 | // 2 | // user.scss 3 | // Use this to write your custom SCSS 4 | // -------------------------------------------------------------------------------- /public/assets/.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /public/assets/js/feather.js: -------------------------------------------------------------------------------- 1 | 2 | // feather 3 | 4 | (function (){ 5 | 6 | feather.replace() 7 | 8 | 9 | })(); -------------------------------------------------------------------------------- /public/assets/scss/theme/components/_reboot.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | body{ 4 | -webkit-font-smoothing: antialiased; 5 | 6 | } -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | * text=auto 2 | *.css linguist-vendored 3 | *.scss linguist-vendored 4 | *.js linguist-vendored 5 | CHANGELOG.md export-ignore 6 | -------------------------------------------------------------------------------- /public/assets/scss/theme/vendor/prismJs/_prism.scss: -------------------------------------------------------------------------------- 1 | // prism 2 | 3 | 4 | 5 | pre[class*="language-"].line-numbers{ 6 | position: initial; 7 | } -------------------------------------------------------------------------------- /public/assets/images/avatar/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets/images/avatar/avatar.jpg -------------------------------------------------------------------------------- /public/assets/images/avatar/avatar-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets/images/avatar/avatar-1.jpg -------------------------------------------------------------------------------- /public/assets/images/avatar/avatar-10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets/images/avatar/avatar-10.jpg -------------------------------------------------------------------------------- /public/assets/images/avatar/avatar-11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets/images/avatar/avatar-11.jpg -------------------------------------------------------------------------------- /public/assets/images/avatar/avatar-12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets/images/avatar/avatar-12.jpg -------------------------------------------------------------------------------- /public/assets/images/avatar/avatar-13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets/images/avatar/avatar-13.jpg -------------------------------------------------------------------------------- /public/assets/images/avatar/avatar-14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets/images/avatar/avatar-14.jpg -------------------------------------------------------------------------------- /public/assets/images/avatar/avatar-15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets/images/avatar/avatar-15.jpg -------------------------------------------------------------------------------- /public/assets/images/avatar/avatar-16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets/images/avatar/avatar-16.jpg -------------------------------------------------------------------------------- /public/assets/images/avatar/avatar-17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets/images/avatar/avatar-17.jpg -------------------------------------------------------------------------------- /public/assets/images/avatar/avatar-18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets/images/avatar/avatar-18.jpg -------------------------------------------------------------------------------- /public/assets/images/avatar/avatar-19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets/images/avatar/avatar-19.jpg -------------------------------------------------------------------------------- /public/assets/images/avatar/avatar-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets/images/avatar/avatar-2.jpg -------------------------------------------------------------------------------- /public/assets/images/avatar/avatar-20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets/images/avatar/avatar-20.jpg -------------------------------------------------------------------------------- /public/assets/images/avatar/avatar-21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets/images/avatar/avatar-21.jpg -------------------------------------------------------------------------------- /public/assets/images/avatar/avatar-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets/images/avatar/avatar-3.jpg -------------------------------------------------------------------------------- /public/assets/images/avatar/avatar-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets/images/avatar/avatar-4.jpg -------------------------------------------------------------------------------- /public/assets/images/avatar/avatar-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets/images/avatar/avatar-5.jpg -------------------------------------------------------------------------------- /public/assets/images/avatar/avatar-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets/images/avatar/avatar-6.jpg -------------------------------------------------------------------------------- /public/assets/images/avatar/avatar-7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets/images/avatar/avatar-7.jpg -------------------------------------------------------------------------------- /public/assets/images/avatar/avatar-8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets/images/avatar/avatar-8.jpg -------------------------------------------------------------------------------- /public/assets/images/avatar/avatar-9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets/images/avatar/avatar-9.jpg -------------------------------------------------------------------------------- /public/assets/images/blog/blog-img-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets/images/blog/blog-img-1.jpg -------------------------------------------------------------------------------- /public/assets/images/favicon/default.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets/images/favicon/default.ico -------------------------------------------------------------------------------- /public/assets/images/favicon/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets/images/favicon/favicon.ico -------------------------------------------------------------------------------- /public/assets/images/my-img/my_foto.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets/images/my-img/my_foto.jpeg -------------------------------------------------------------------------------- /public/assets/images/placeholder/4by3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets/images/placeholder/4by3.jpg -------------------------------------------------------------------------------- /public/assets_readme/img/Desain_ERD.mwb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets_readme/img/Desain_ERD.mwb -------------------------------------------------------------------------------- /public/assets_readme/img/Desain_ERD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets_readme/img/Desain_ERD.png -------------------------------------------------------------------------------- /public/assets_readme/img/Halaman_Utama.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets_readme/img/Halaman_Utama.PNG -------------------------------------------------------------------------------- /public/assets/images/brand/logo/brand-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets/images/brand/logo/brand-logo.png -------------------------------------------------------------------------------- /public/assets/images/error/404-error-img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets/images/error/404-error-img.png -------------------------------------------------------------------------------- /public/assets/images/preloader/preloader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets/images/preloader/preloader.gif -------------------------------------------------------------------------------- /public/assets_readme/img/Halaman_Pendataan.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets_readme/img/Halaman_Pendataan.PNG -------------------------------------------------------------------------------- /public/assets/images/slide-img/slider-img-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets/images/slide-img/slider-img-1.jpg -------------------------------------------------------------------------------- /public/assets/images/slide-img/slider-img-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets/images/slide-img/slider-img-2.jpg -------------------------------------------------------------------------------- /public/assets/images/slide-img/slider-img-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets/images/slide-img/slider-img-3.jpg -------------------------------------------------------------------------------- /public/assets/images/background/profile-cover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets/images/background/profile-cover.jpg -------------------------------------------------------------------------------- /public/assets/images/placeholder/placeholder-img.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagussatoto/Aplikasi-Data-Penjualan-Laravel-8/HEAD/public/assets/images/placeholder/placeholder-img.jpg -------------------------------------------------------------------------------- /storage/framework/.gitignore: -------------------------------------------------------------------------------- 1 | compiled.php 2 | config.php 3 | down 4 | events.scanned.php 5 | maintenance.php 6 | routes.php 7 | routes.scanned.php 8 | schedule-* 9 | services.json 10 | -------------------------------------------------------------------------------- /tests/TestCase.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/check.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/play.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/scss/theme/utilities/_shadows.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Extended from bootstrap 3 | // 4 | // shadows 5 | 6 | 7 | .smooth-shadow-sm { box-shadow: $smooth-shadow-sm !important; } 8 | .smooth-shadow-md { box-shadow: $smooth-shadow-md!important; } 9 | .smooth-shadow-lg { box-shadow: $smooth-shadow-lg !important; } -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/chevron-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/chevron-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/chevron-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/chevron-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/droplet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/framer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/twitch.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/cloud.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/moon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/navigation.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/shield.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/volume.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/zap.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/activity.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/navigation-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/bookmark.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/disc.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/edit-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/filter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/umbrella.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/x.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/bluetooth.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/clock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/thermometer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/code.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/crop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/facebook.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/power.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/search.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- 1 | root = true 2 | 3 | [*] 4 | charset = utf-8 5 | end_of_line = lf 6 | insert_final_newline = true 7 | indent_style = space 8 | indent_size = 4 9 | trim_trailing_whitespace = true 10 | 11 | [*.md] 12 | trim_trailing_whitespace = false 13 | 14 | [*.{yml,yaml}] 15 | indent_size = 2 16 | 17 | [docker-compose.yml] 18 | indent_size = 4 19 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/arrow-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/eye.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/folder.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/message-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/send.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/slash.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/terminal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/user.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/scss/theme/utilities/_text.scss: -------------------------------------------------------------------------------- 1 | // text 2 | 3 | h1, 4 | h2, 5 | h3, 6 | h4, 7 | .h1, 8 | .h2, 9 | .h3, 10 | .h4 { 11 | letter-spacing: -0.02rem; 12 | } 13 | 14 | .text-inherit { 15 | color: $gray-900; 16 | } 17 | 18 | 19 | .text-primary-hover{ 20 | &:hover{ 21 | color: $primary !important; 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /public/assets/css/preloader.css: -------------------------------------------------------------------------------- 1 | .preloader { 2 | position: fixed; 3 | top: 0; 4 | left: 0; 5 | width: 100%; 6 | height: 100%; 7 | z-index: 9999; 8 | background-color: #fff; 9 | } 10 | .preloader .loading { 11 | position: absolute; 12 | left: 50%; 13 | top: 50%; 14 | transform: translate(-50%,-50%); 15 | font: 14px arial; 16 | } 17 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/arrow-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/arrow-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/edit-3.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/minus-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/mouse-pointer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/pie-chart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/play-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/skip-back.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/stop-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/tv.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/arrow-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/arrow-up-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/arrow-up-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/at-sign.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/bell.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/chevrons-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/corner-left-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/corner-right-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/corner-up-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/lock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/map-pin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/rewind.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/rotate-ccw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/skip-forward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/underline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/unlock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/scss/theme/components/_scrollspy.scss: -------------------------------------------------------------------------------- 1 | // Scrollspy 2 | 3 | 4 | // Scrollspy 5 | 6 | .scrollspy-example { 7 | position: relative; 8 | height: 12.5rem; 9 | margin-top: 0.5rem; 10 | overflow: auto; 11 | } 12 | .scrollspy-example-2 { 13 | position: relative; 14 | height: 21.875rem; 15 | overflow: auto; 16 | } 17 | -------------------------------------------------------------------------------- /tests/Unit/ExampleTest.php: -------------------------------------------------------------------------------- 1 | assertTrue(true); 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/arrow-down-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/arrow-down-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/award.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/battery.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/chevrons-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/chevrons-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/chevrons-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/columns.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/corner-down-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/corner-left-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/corner-up-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/music.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/rotate-cw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/rss.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/sidebar.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/tablet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/toggle-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/triangle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/video.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/wind.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/corner-down-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/corner-right-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/fast-forward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/flag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/home.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/maximize.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/minimize.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/toggle-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/trending-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/volume-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/check-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/credit-card.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/file.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/minus-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/smartphone.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/star.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/target.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/trending-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/book-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/book.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/compass.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/divide.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/dollar-sign.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/git-merge.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/anchor.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/briefcase.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/info.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/italic.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/menu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/more-vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/x-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/check-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/copy.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/key.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/mail.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/more-horizontal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/tag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/type.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/bar-chart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/camera.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/cloud-lightning.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/link-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/plus-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/pocket.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/thumbs-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/trash.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/zoom-out.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/airplay.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/alert-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/archive.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/bar-chart-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/edit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/git-commit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/hexagon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/share.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/voicemail.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/volume-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/Http/Middleware/EncryptCookies.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/folder-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/image.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/layers.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/layout.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/log-in.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/log-out.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/speaker.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/upload.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/arrow-down-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/arrow-left-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/arrow-right-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/download.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/heart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/help-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/link.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/map.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/monitor.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/trello.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/user-check.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/user-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/volume-x.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/x-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/scss/theme/components/_social-button.scss: -------------------------------------------------------------------------------- 1 | // social color 2 | .color-facebook { 3 | color: #4267B2; 4 | } 5 | 6 | .color-twitter { 7 | color: #1DA1F2; 8 | } 9 | 10 | .color-github { 11 | color: #000000; 12 | } 13 | 14 | .color-google { 15 | color: #db3236; 16 | } 17 | 18 | .color-slack { 19 | color: #ce375c; 20 | } 21 | 22 | .color-linkedin { 23 | color: #0077b5; 24 | } -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/clipboard.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/cloud-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/database.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/delete.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/feather.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/plus-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/shopping-bag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/scss/theme/components/_table.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Extend from bootstrap 3 | // 4 | 5 | // Table 6 | 7 | 8 | 9 | .table .thead-light th{ 10 | color: $gray-600; 11 | } 12 | 13 | 14 | 15 | 16 | .table thead th { 17 | font-weight: 600; 18 | padding: 0.75rem 1.5rem; 19 | text-transform: uppercase; 20 | letter-spacing: 0.05em; 21 | font-size: 0.75rem; 22 | color: $gray-600; 23 | 24 | } 25 | -------------------------------------------------------------------------------- /app/Http/Middleware/VerifyCsrfToken.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/thumbs-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/video-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/scss/theme/components/_badge.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Extended from bootstrap 3 | // 4 | 5 | 6 | // Badge dot 7 | 8 | .badge-dot{ 9 | font-size: 0; 10 | vertical-align: middle; 11 | padding: 0; 12 | border-radius: 50%; 13 | line-height: 1; 14 | height: .5rem; 15 | min-height: .5rem; 16 | width: .5rem; 17 | min-width: .5rem; 18 | display: inline-block !important; 19 | 20 | } -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/cast.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/hash.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/meh.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/radio.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/smile.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/tool.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/camera-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/file-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/frown.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/repeat.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/save.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/shopping-cart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/download-cloud.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/external-link.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/git-pull-request.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/zoom-in.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/align-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/align-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/grid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/headphones.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/instagram.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/linkedin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/users.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/wifi.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/align-center.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/align-justify.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/divide-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/globe.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/inbox.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/maximize-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/minimize-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/printer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/refresh-ccw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/refresh-cw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/user-x.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/scss/theme/components/_forms.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Extended from bootstrap 3 | // 4 | // form 5 | 6 | .form-control-flush { 7 | border-top: 0px; 8 | border-left: 0px; 9 | border-right: 0px; 10 | padding-left: 0px; 11 | border-radius: 0px; 12 | 13 | &:focus { 14 | color: #495057; 15 | background-color: #fff; 16 | border-bottom-color: $gray-400; 17 | outline: 0; 18 | box-shadow: none; 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /app/Http/Controllers/Controller.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/folder-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/shield-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/twitter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/user-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/x-octagon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/mic.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/truck.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/alert-octagon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/command.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/scss/theme/utilities/_background.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Extended from bootstrap 3 | // 4 | 5 | 6 | // filter invert in to dark 7 | .filter-invert-white { 8 | -webkit-filter: brightness(0) invert(1); 9 | filter: brightness(0) invert(1); 10 | } 11 | 12 | .filter-invert-dark { 13 | -webkit-filter: brightness(0) invert(0); 14 | filter: brightness(0) invert(0); 15 | } 16 | 17 | .bg-gray-400 { 18 | background-color: $gray-400; 19 | } -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/cloud-rain.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/divide-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/dribbble.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/Feature/ExampleTest.php: -------------------------------------------------------------------------------- 1 | get('/'); 18 | 19 | $response->assertStatus(200); 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/alert-triangle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/server.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/battery-charging.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/file-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/message-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/upload-cloud.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/zap-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/scss/theme/utilities/_position.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Extended from bootstrap 3 | // 4 | // Position 5 | @each $size, 6 | $value in $position-values { 7 | .top-#{$size} { 8 | top: $value; 9 | } 10 | .right-#{$size} { 11 | right: $value; 12 | } 13 | .bottom-#{$size} { 14 | bottom: $value; 15 | } 16 | .left-#{$size} { 17 | left: $value; 18 | } 19 | } 20 | 21 | .z-index-1030 { 22 | z-index: 1030; 23 | } -------------------------------------------------------------------------------- /app/Http/Middleware/TrustHosts.php: -------------------------------------------------------------------------------- 1 | allSubdomainsOfApplicationUrl(), 18 | ]; 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/crosshair.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/shuffle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/Http/Middleware/PreventRequestsDuringMaintenance.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/coffee.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/scissors.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/share-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/Http/Middleware/TrimStrings.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/images/brand/layers-logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/bell-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/box.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/eye-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/watch.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/CreatesApplication.php: -------------------------------------------------------------------------------- 1 | make(Kernel::class)->bootstrap(); 19 | 20 | return $app; 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /app/Providers/BroadcastServiceProvider.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/gift.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/list.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/codepen.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/hard-drive.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/move.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/gitlab.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/mic-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/images/brand/dropbox-logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/phone.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "private": true, 3 | "scripts": { 4 | "dev": "npm run development", 5 | "development": "mix", 6 | "watch": "mix watch", 7 | "watch-poll": "mix watch -- --watch-options-poll=1000", 8 | "hot": "mix watch --hot", 9 | "prod": "npm run production", 10 | "production": "mix --production" 11 | }, 12 | "devDependencies": { 13 | "axios": "^0.21", 14 | "laravel-mix": "^6.0.6", 15 | "lodash": "^4.17.19", 16 | "postcss": "^8.1.14" 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/github.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/figma.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/Http/Middleware/Authenticate.php: -------------------------------------------------------------------------------- 1 | expectsJson()) { 18 | return route('login'); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/cloud-drizzle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/youtube.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/aperture.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/wifi-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/cloud-snow.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/life-buoy.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/film.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/sunset.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/sunrise.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/phone-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/scss/theme.scss: -------------------------------------------------------------------------------- 1 | /* Theme: Dash UI */ 2 | 3 | // Inter Fonts 4 | @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"); 5 | 6 | // Bootstrap functions 7 | @import "../../../node_modules/bootstrap/scss/functions"; 8 | 9 | // User Variables 10 | @import "user-variables"; 11 | 12 | // theme variables 13 | @import "theme/variables"; 14 | 15 | //utilities 16 | @import "theme/utilities"; 17 | 18 | // Bootstrap 19 | @import "../../../node_modules/bootstrap/scss/bootstrap"; 20 | 21 | // Theme 22 | @import "theme/theme"; 23 | 24 | // User 25 | @import "user"; 26 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/sliders.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/lang/en/pagination.php: -------------------------------------------------------------------------------- 1 | '« Previous', 17 | 'next' => 'Next »', 18 | 19 | ]; 20 | -------------------------------------------------------------------------------- /webpack.mix.js: -------------------------------------------------------------------------------- 1 | const mix = require('laravel-mix'); 2 | 3 | /* 4 | |-------------------------------------------------------------------------- 5 | | Mix Asset Management 6 | |-------------------------------------------------------------------------- 7 | | 8 | | Mix provides a clean, fluent API for defining some Webpack build steps 9 | | for your Laravel applications. By default, we are compiling the CSS 10 | | file for the application as well as bundling up all the JS files. 11 | | 12 | */ 13 | 14 | mix.js('resources/js/app.js', 'public/js') 15 | .postCss('resources/css/app.css', 'public/css', [ 16 | // 17 | ]); 18 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/loader.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /routes/channels.php: -------------------------------------------------------------------------------- 1 | id === (int) $id; 18 | }); 19 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/phone-missed.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/phone-outgoing.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /routes/api.php: -------------------------------------------------------------------------------- 1 | get('/user', function (Request $request) { 18 | return $request->user(); 19 | }); 20 | -------------------------------------------------------------------------------- /server.php: -------------------------------------------------------------------------------- 1 | 8 | */ 9 | 10 | $uri = urldecode( 11 | parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH) 12 | ); 13 | 14 | // This file allows us to emulate Apache's "mod_rewrite" functionality from the 15 | // built-in PHP web server. This provides a convenient way to test a Laravel 16 | // application without having installed a "real" web server software here. 17 | if ($uri !== '/' && file_exists(__DIR__.'/public'.$uri)) { 18 | return false; 19 | } 20 | 21 | require_once __DIR__.'/public/index.php'; 22 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/codesandbox.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/sun.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /routes/console.php: -------------------------------------------------------------------------------- 1 | comment(Inspiring::quote()); 19 | })->purpose('Display an inspiring quote'); 20 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/cpu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/.htaccess: -------------------------------------------------------------------------------- 1 | 2 | 3 | Options -MultiViews -Indexes 4 | 5 | 6 | RewriteEngine On 7 | 8 | # Handle Authorization Header 9 | RewriteCond %{HTTP:Authorization} . 10 | RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] 11 | 12 | # Redirect Trailing Slashes If Not A Folder... 13 | RewriteCond %{REQUEST_FILENAME} !-d 14 | RewriteCond %{REQUEST_URI} (.+)/$ 15 | RewriteRule ^ %1 [L,R=301] 16 | 17 | # Send Requests To Front Controller... 18 | RewriteCond %{REQUEST_FILENAME} !-d 19 | RewriteCond %{REQUEST_FILENAME} !-f 20 | RewriteRule ^ index.php [L] 21 | 22 | -------------------------------------------------------------------------------- /app/Providers/AppServiceProvider.php: -------------------------------------------------------------------------------- 1 | 'App\Policies\ModelPolicy', 17 | ]; 18 | 19 | /** 20 | * Register any authentication / authorization services. 21 | * 22 | * @return void 23 | */ 24 | public function boot() 25 | { 26 | $this->registerPolicies(); 27 | 28 | // 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /resources/views/vendor/sweetalert/alert.blade.php: -------------------------------------------------------------------------------- 1 | @if (config('sweetalert.alwaysLoadJS') === true && config('sweetalert.neverLoadJS') === false ) 2 | 3 | @endif 4 | @if (Session::has('alert.config')) 5 | @if(config('sweetalert.animation.enable')) 6 | 7 | @endif 8 | @if (config('sweetalert.alwaysLoadJS') === false && config('sweetalert.neverLoadJS') === false) 9 | 10 | @endif 11 | 14 | @endif 15 | -------------------------------------------------------------------------------- /public/assets/scss/theme/utilities/_border.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Extend from Bootstrap 3 | // 4 | // Border width 5 | 6 | 7 | 8 | .border-white-color-40 { 9 | border-color: rgba(233, 236, 239, 0.4) !important; 10 | } 11 | 12 | .border-dashed { 13 | border: 1px dashed $gray-300 !important; 14 | } 15 | 16 | // divider 17 | 18 | .divider { 19 | display: -ms-flexbox; 20 | display: flex; 21 | -ms-flex-align: center; 22 | align-items: center; 23 | &::after, &::before { 24 | -ms-flex: 1 1 0%; 25 | flex: 1 1 0%; 26 | border-top: .0625rem solid $gray-400; 27 | content: ""; 28 | margin-top: .0625rem; 29 | } 30 | 31 | &::before { 32 | margin-right: 1.5rem; 33 | } 34 | 35 | &::after { 36 | margin-left: 1.5rem; 37 | } 38 | } -------------------------------------------------------------------------------- /resources/lang/en/auth.php: -------------------------------------------------------------------------------- 1 | 'These credentials do not match our records.', 17 | 'password' => 'The provided password is incorrect.', 18 | 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', 19 | 20 | ]; 21 | -------------------------------------------------------------------------------- /app/Http/Middleware/TrustProxies.php: -------------------------------------------------------------------------------- 1 | id(); 18 | $table->string('jenis_penjualan'); 19 | $table->timestamps(); 20 | }); 21 | } 22 | 23 | /** 24 | * Reverse the migrations. 25 | * 26 | * @return void 27 | */ 28 | public function down() 29 | { 30 | Schema::dropIfExists('jenis_penjualan'); 31 | } 32 | } -------------------------------------------------------------------------------- /app/Providers/EventServiceProvider.php: -------------------------------------------------------------------------------- 1 | [ 19 | SendEmailVerificationNotification::class, 20 | ], 21 | ]; 22 | 23 | /** 24 | * Register any events for your application. 25 | * 26 | * @return void 27 | */ 28 | public function boot() 29 | { 30 | // 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /resources/lang/en/passwords.php: -------------------------------------------------------------------------------- 1 | 'Your password has been reset!', 17 | 'sent' => 'We have emailed your password reset link!', 18 | 'throttled' => 'Please wait before retrying.', 19 | 'token' => 'This password reset token is invalid.', 20 | 'user' => "We can't find a user with that email address.", 21 | 22 | ]; 23 | -------------------------------------------------------------------------------- /database/migrations/2014_10_12_100000_create_password_resets_table.php: -------------------------------------------------------------------------------- 1 | string('email')->index(); 18 | $table->string('token'); 19 | $table->timestamp('created_at')->nullable(); 20 | }); 21 | } 22 | 23 | /** 24 | * Reverse the migrations. 25 | * 26 | * @return void 27 | */ 28 | public function down() 29 | { 30 | Schema::dropIfExists('password_resets'); 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /app/Http/Middleware/RedirectIfAuthenticated.php: -------------------------------------------------------------------------------- 1 | check()) { 26 | return redirect(RouteServiceProvider::HOME); 27 | } 28 | } 29 | 30 | return $next($request); 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /public/assets/js/sidebarMenu.js: -------------------------------------------------------------------------------- 1 | // 2 | // Sidebar menu js 3 | // 4 | 5 | 'use strict'; 6 | 7 | (function () { 8 | 9 | var url = window.location + ""; 10 | var path = url.replace(window.location.protocol + "//" + window.location.host + "/", ""); 11 | var element = $('ul#sidebarnav a').filter(function () { 12 | return this.href === url || this.href === path; // || url.href.indexOf(this.href) === 0; 13 | }); 14 | element.parentsUntil(".sidebar-nav").each(function (index) { 15 | if ($(this).is("li") && $(this).children("a").length !== 0) { 16 | $(this).children("a").addClass("active"); 17 | $(this).parent("ul#sidebarnav").length === 0 ? 18 | $(this).addClass("active") : 19 | $(this).addClass("active"); 20 | } else if (!$(this).is("ul") && $(this).children("a").length === 0) { 21 | $(this).addClass("active"); 22 | 23 | } else if ($(this).is("ul")) { 24 | $(this).addClass('in'); 25 | } 26 | }); 27 | 28 | })(); -------------------------------------------------------------------------------- /database/migrations/2021_11_06_071313_create_barang_penjualan_table.php: -------------------------------------------------------------------------------- 1 | id(); 18 | $table->string('nama_barang'); 19 | $table->unsignedBigInteger('jenis_penjualan_id'); 20 | $table->foreign('jenis_penjualan_id')->references('id')->on('jenis_penjualan'); 21 | }); 22 | } 23 | 24 | /** 25 | * Reverse the migrations. 26 | * 27 | * @return void 28 | */ 29 | public function down() 30 | { 31 | Schema::dropIfExists('barang_penjualan'); 32 | } 33 | } -------------------------------------------------------------------------------- /database/migrations/2021_11_08_031857_create_waktu_transaksi_table.php: -------------------------------------------------------------------------------- 1 | id(); 18 | $table->string('nama_barang'); 19 | $table->string('jenis_penjualan'); 20 | $table->integer('stok'); 21 | $table->integer('jumlah_terjual'); 22 | $table->timestamps(); 23 | }); 24 | } 25 | 26 | /** 27 | * Reverse the migrations. 28 | * 29 | * @return void 30 | */ 31 | public function down() 32 | { 33 | Schema::dropIfExists('waktu_transaksi'); 34 | } 35 | } -------------------------------------------------------------------------------- /app/Exceptions/Handler.php: -------------------------------------------------------------------------------- 1 | reportable(function (Throwable $e) { 38 | // 39 | }); 40 | } 41 | } 42 | -------------------------------------------------------------------------------- /resources/views/layouts/doc-navbar.blade.php: -------------------------------------------------------------------------------- 1 | 2 |
3 | 18 |
19 | -------------------------------------------------------------------------------- /config/cors.php: -------------------------------------------------------------------------------- 1 | ['api/*', 'sanctum/csrf-cookie'], 19 | 20 | 'allowed_methods' => ['*'], 21 | 22 | 'allowed_origins' => ['*'], 23 | 24 | 'allowed_origins_patterns' => [], 25 | 26 | 'allowed_headers' => ['*'], 27 | 28 | 'exposed_headers' => [], 29 | 30 | 'max_age' => 0, 31 | 32 | 'supports_credentials' => false, 33 | 34 | ]; 35 | -------------------------------------------------------------------------------- /resources/js/bootstrap.js: -------------------------------------------------------------------------------- 1 | window._ = require('lodash'); 2 | 3 | /** 4 | * We'll load the axios HTTP library which allows us to easily issue requests 5 | * to our Laravel back-end. This library automatically handles sending the 6 | * CSRF token as a header based on the value of the "XSRF" token cookie. 7 | */ 8 | 9 | window.axios = require('axios'); 10 | 11 | window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest'; 12 | 13 | /** 14 | * Echo exposes an expressive API for subscribing to channels and listening 15 | * for events that are broadcast by Laravel. Echo and event broadcasting 16 | * allows your team to easily build robust real-time web applications. 17 | */ 18 | 19 | // import Echo from 'laravel-echo'; 20 | 21 | // window.Pusher = require('pusher-js'); 22 | 23 | // window.Echo = new Echo({ 24 | // broadcaster: 'pusher', 25 | // key: process.env.MIX_PUSHER_APP_KEY, 26 | // cluster: process.env.MIX_PUSHER_APP_CLUSTER, 27 | // forceTLS: true 28 | // }); 29 | -------------------------------------------------------------------------------- /database/migrations/2014_10_12_000000_create_users_table.php: -------------------------------------------------------------------------------- 1 | id(); 18 | $table->string('name'); 19 | $table->string('email')->unique(); 20 | $table->timestamp('email_verified_at')->nullable(); 21 | $table->string('password'); 22 | $table->rememberToken(); 23 | $table->timestamps(); 24 | }); 25 | } 26 | 27 | /** 28 | * Reverse the migrations. 29 | * 30 | * @return void 31 | */ 32 | public function down() 33 | { 34 | Schema::dropIfExists('users'); 35 | } 36 | } 37 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/slack.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/Console/Kernel.php: -------------------------------------------------------------------------------- 1 | command('inspire')->hourly(); 28 | } 29 | 30 | /** 31 | * Register the commands for the application. 32 | * 33 | * @return void 34 | */ 35 | protected function commands() 36 | { 37 | $this->load(__DIR__.'/Commands'); 38 | 39 | require base_path('routes/console.php'); 40 | } 41 | } 42 | -------------------------------------------------------------------------------- /public/assets/fonts/feather-icons/icons/settings.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /database/migrations/2019_08_19_000000_create_failed_jobs_table.php: -------------------------------------------------------------------------------- 1 | id(); 18 | $table->string('uuid')->unique(); 19 | $table->text('connection'); 20 | $table->text('queue'); 21 | $table->longText('payload'); 22 | $table->longText('exception'); 23 | $table->timestamp('failed_at')->useCurrent(); 24 | }); 25 | } 26 | 27 | /** 28 | * Reverse the migrations. 29 | * 30 | * @return void 31 | */ 32 | public function down() 33 | { 34 | Schema::dropIfExists('failed_jobs'); 35 | } 36 | } 37 | -------------------------------------------------------------------------------- /public/assets/scss/theme/utilities/_icon-shape.scss: -------------------------------------------------------------------------------- 1 | // Icon shape 2 | .icon-xxs { 3 | width: $icon-size-xxs; 4 | height: $icon-size-xxs; 5 | line-height: $icon-size-xxs; 6 | } 7 | .icon-xs { 8 | width: $icon-size-xs; 9 | height: $icon-size-xs; 10 | line-height: $icon-size-xs; 11 | } 12 | .icon-sm { 13 | width: $icon-size-sm; 14 | height: $icon-size-sm; 15 | line-height: $icon-size-sm; 16 | } 17 | .icon-md { 18 | width: $icon-size-md; 19 | height: $icon-size-md; 20 | line-height: $icon-size-md; 21 | } 22 | .icon-lg { 23 | width: $icon-size-lg; 24 | height: $icon-size-lg; 25 | line-height: $icon-size-lg; 26 | } 27 | .icon-xl { 28 | width: $icon-size-xl; 29 | height: $icon-size-xl; 30 | line-height: $icon-size-xl; 31 | } 32 | .icon-xxl { 33 | width: $icon-size-xxl; 34 | height: $icon-size-xxl; 35 | line-height: $icon-size-xxl; 36 | } 37 | .icon-shape { 38 | display: inline-flex; 39 | align-items: center; 40 | justify-content: center; 41 | text-align: center; 42 | vertical-align: middle; 43 | } 44 | -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] 4 | patreon: # Replace with a single Patreon username 5 | open_collective: # Replace with a single Open Collective username 6 | ko_fi: # Replace with a single Ko-fi username 7 | tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel 8 | community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry 9 | liberapay: # Replace with a single Liberapay username 10 | issuehunt: # Replace with a single IssueHunt username 11 | otechie: # Replace with a single Otechie username 12 | lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry 13 | custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] 14 | 15 | custom: [ "https://saweria.co/bagussatoto1" , "https://www.paypal.com/paypalme/bagussatoto1" , 16 | "https://www.buymeacoffee.com/baagussatoto" ] 17 | 18 | github: bagussatoto 19 | -------------------------------------------------------------------------------- /public/assets/images/svg/checked-mark.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /database/migrations/2021_11_07_132401_create_transaksi_penjualan_table.php: -------------------------------------------------------------------------------- 1 | id(); 18 | $table->integer('stok'); 19 | $table->integer('jumlah_terjual'); 20 | $table->timestamps(); 21 | $table->unsignedBigInteger('nama_barang_id'); 22 | $table->foreign('nama_barang_id')->references('id')->on('master_penjualan'); 23 | }); 24 | } 25 | 26 | /** 27 | * Reverse the migrations. 28 | * 29 | * @return void 30 | */ 31 | public function down() 32 | { 33 | Schema::dropIfExists('transaksi_penjualan'); 34 | } 35 | } -------------------------------------------------------------------------------- /app/Models/User.php: -------------------------------------------------------------------------------- 1 | 'datetime', 43 | ]; 44 | } 45 | -------------------------------------------------------------------------------- /database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php: -------------------------------------------------------------------------------- 1 | id(); 18 | $table->morphs('tokenable'); 19 | $table->string('name'); 20 | $table->string('token', 64)->unique(); 21 | $table->text('abilities')->nullable(); 22 | $table->timestamp('last_used_at')->nullable(); 23 | $table->timestamps(); 24 | }); 25 | } 26 | 27 | /** 28 | * Reverse the migrations. 29 | * 30 | * @return void 31 | */ 32 | public function down() 33 | { 34 | Schema::dropIfExists('personal_access_tokens'); 35 | } 36 | } 37 | -------------------------------------------------------------------------------- /config/services.php: -------------------------------------------------------------------------------- 1 | [ 18 | 'domain' => env('MAILGUN_DOMAIN'), 19 | 'secret' => env('MAILGUN_SECRET'), 20 | 'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'), 21 | ], 22 | 23 | 'postmark' => [ 24 | 'token' => env('POSTMARK_TOKEN'), 25 | ], 26 | 27 | 'ses' => [ 28 | 'key' => env('AWS_ACCESS_KEY_ID'), 29 | 'secret' => env('AWS_SECRET_ACCESS_KEY'), 30 | 'region' => env('AWS_DEFAULT_REGION', 'us-east-1'), 31 | ], 32 | 33 | ]; 34 | -------------------------------------------------------------------------------- /app/Http/Controllers/TpenjualanController.php: -------------------------------------------------------------------------------- 1 | filter(request(['search']))->paginate(5)->WithQueryString(); 20 | return view('Transaksipenjualan.index', compact('wtransaksi', 'active')); 21 | } 22 | 23 | /** 24 | * Remove the specified resource from storage. 25 | * 26 | * @param \App\Models\Wtransakasi $Tpenjualan 27 | * @return \Illuminate\Http\Response 28 | */ 29 | public function reset() 30 | { 31 | Wtransakasi::truncate(); 32 | Alert::success('Berhasil', 'Menghapus Seluruh Data Log Transaksi Penjualan'); 33 | return redirect('/transaksi-penjualan'); 34 | } 35 | } -------------------------------------------------------------------------------- /.env.example: -------------------------------------------------------------------------------- 1 | APP_NAME=Laravel 2 | APP_ENV=local 3 | APP_KEY= 4 | APP_DEBUG=true 5 | APP_URL=http://localhost 6 | 7 | LOG_CHANNEL=stack 8 | LOG_DEPRECATIONS_CHANNEL=null 9 | LOG_LEVEL=debug 10 | 11 | DB_CONNECTION=mysql 12 | DB_HOST=127.0.0.1 13 | DB_PORT=3306 14 | DB_DATABASE=aplikasi_data_penjualan 15 | DB_USERNAME=root 16 | DB_PASSWORD= 17 | 18 | BROADCAST_DRIVER=log 19 | CACHE_DRIVER=file 20 | FILESYSTEM_DRIVER=local 21 | QUEUE_CONNECTION=sync 22 | SESSION_DRIVER=file 23 | SESSION_LIFETIME=120 24 | 25 | MEMCACHED_HOST=127.0.0.1 26 | 27 | REDIS_HOST=127.0.0.1 28 | REDIS_PASSWORD=null 29 | REDIS_PORT=6379 30 | 31 | MAIL_MAILER=smtp 32 | MAIL_HOST=mailhog 33 | MAIL_PORT=1025 34 | MAIL_USERNAME=null 35 | MAIL_PASSWORD=null 36 | MAIL_ENCRYPTION=null 37 | MAIL_FROM_ADDRESS=null 38 | MAIL_FROM_NAME="${APP_NAME}" 39 | 40 | AWS_ACCESS_KEY_ID= 41 | AWS_SECRET_ACCESS_KEY= 42 | AWS_DEFAULT_REGION=us-east-1 43 | AWS_BUCKET= 44 | AWS_USE_PATH_STYLE_ENDPOINT=false 45 | 46 | PUSHER_APP_ID= 47 | PUSHER_APP_KEY= 48 | PUSHER_APP_SECRET= 49 | PUSHER_APP_CLUSTER=mt1 50 | 51 | MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}" 52 | MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}" 53 | -------------------------------------------------------------------------------- /public/assets/README.md: -------------------------------------------------------------------------------- 1 | # Dash UI 2 | Dash-UI is a free & open source Bootstrap 5 Admin Template 3 | 4 | 5 | 6 | 7 | ## Workflow 8 | 9 | This product is built using the following widely used technologies: 10 | 11 | - Most popular CSS Framework Bootstrap 5 12 | - Productive workflow tool Gulp 13 | - Awesome CSS preprocessor Sass 14 | 15 | 16 | 17 | ## Quick start 18 | 19 | 1. Download from clone this repository 20 | 2. Download the project's zip 21 | 3. Make sure you have Node locally installed. 22 | 4. Download Gulp Command Line Interface to be able to use gulp in your Terminal. 23 | 24 | ``` 25 | npm install gulp-cli -g 26 | ``` 27 | 28 | 5. After installing Gulp, run npm install in the main `dash-ui/` folder to download all the project dependencies. You'll find them in the `node_modules/` folder. 29 | 30 | ``` 31 | npm install 32 | ``` 33 | 34 | 6. Run gulp in the `dash-ui/` folder to serve the project files using BrowserSync. Running gulp will compile the theme and open `/index.html` in your main browser. 35 | 36 | ``` 37 | gulp 38 | ``` 39 | 7. Generates a /dist directory with all the production files. 40 | 41 | ``` 42 | gulp build 43 | ``` -------------------------------------------------------------------------------- /database/factories/UserFactory.php: -------------------------------------------------------------------------------- 1 | $this->faker->name(), 19 | 'email' => $this->faker->unique()->safeEmail(), 20 | 'email_verified_at' => now(), 21 | 'password' => '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', // password 22 | 'remember_token' => Str::random(10), 23 | ]; 24 | } 25 | 26 | /** 27 | * Indicate that the model's email address should be unverified. 28 | * 29 | * @return \Illuminate\Database\Eloquent\Factories\Factory 30 | */ 31 | public function unverified() 32 | { 33 | return $this->state(function (array $attributes) { 34 | return [ 35 | 'email_verified_at' => null, 36 | ]; 37 | }); 38 | } 39 | } 40 | --------------------------------------------------------------------------------