├── public ├── favicon.ico ├── robots.txt ├── jambasangsang │ └── assets │ │ ├── images │ │ ├── product_1 │ │ │ ├── image-8-226x223.jpg │ │ │ ├── 1.jpg │ │ │ ├── 2.jpg │ │ │ ├── 3.jpg │ │ │ ├── burger.jpg │ │ │ ├── download.jpg │ │ │ ├── image-10.jpg │ │ │ ├── image-9.jpg │ │ │ ├── images.jpg │ │ │ └── pizza2.jpg │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.jpg │ │ ├── 3.png │ │ ├── 4.jpg │ │ ├── 8.png │ │ ├── c1.jpg │ │ ├── c2.jpg │ │ ├── c3.jpg │ │ ├── .DS_Store │ │ ├── close.png │ │ ├── hand.jpg │ │ ├── logo.png │ │ ├── paris.jpg │ │ ├── smile.png │ │ ├── user.jpg │ │ ├── watch.jpg │ │ ├── avatar.png │ │ ├── avatar │ │ │ ├── 1.jpg │ │ │ ├── 2.jpg │ │ │ ├── 3.jpg │ │ │ └── usa-flag.png │ │ ├── fjords.jpg │ │ ├── lights.jpg │ │ ├── maximize.png │ │ ├── minimize.png │ │ ├── nature.jpg │ │ ├── newyork.jpg │ │ ├── paypal.png │ │ ├── picture.png │ │ ├── preview1.png │ │ ├── product.jpg │ │ ├── sanfran.jpg │ │ ├── user-1.png │ │ ├── user-bg.jpg │ │ ├── product-2.jpg │ │ ├── profile-bg.jpg │ │ ├── video-cam.png │ │ ├── user-female.png │ │ ├── user-profile.jpg │ │ ├── bookingSystem │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ └── 8.png │ │ ├── chat-person-add.png │ │ ├── scrollable │ │ │ └── view-1-1200x800.jpg │ │ └── rangeSliderimg │ │ │ ├── sprite-skin-flat.png │ │ │ ├── sprite-skin-modern.png │ │ │ ├── sprite-skin-nice.png │ │ │ └── sprite-skin-simple.png │ │ ├── .DS_Store │ │ ├── css │ │ ├── .DS_Store │ │ ├── admin │ │ │ └── assets │ │ │ │ └── fonts │ │ │ │ ├── themify.eot │ │ │ │ ├── themify.ttf │ │ │ │ └── themify.woff │ │ └── lib │ │ │ ├── preloader │ │ │ └── pace.css │ │ │ ├── line-progress │ │ │ └── jquery.lineProgressbar.css │ │ │ ├── owl.theme.default.min.css │ │ │ └── vector-map │ │ │ └── jqvmap.min.css │ │ ├── fonts │ │ ├── .DS_Store │ │ ├── themify.eot │ │ ├── themify.ttf │ │ ├── themify.woff │ │ ├── FontAwesome.otf │ │ ├── MontserratLight.eot │ │ ├── MontserratLight.ttf │ │ ├── MontserratLight.woff │ │ ├── MontserratLight.woff2 │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.svg │ │ ├── fontawesome-webfont.ttf │ │ ├── roboto │ │ │ ├── Roboto-Bold.woff │ │ │ ├── Roboto-Thin.woff │ │ │ ├── Roboto-Bold.woff2 │ │ │ ├── Roboto-Light.woff │ │ │ ├── Roboto-Light.woff2 │ │ │ ├── Roboto-Medium.woff │ │ │ ├── Roboto-Thin.woff2 │ │ │ ├── Roboto-Medium.woff2 │ │ │ ├── Roboto-Regular.woff │ │ │ └── Roboto-Regular.woff2 │ │ ├── fontawesome-webfont.woff │ │ ├── fontawesome-webfont.woff2 │ │ ├── glyphicons-halflings-regular.eot │ │ ├── glyphicons-halflings-regular.ttf │ │ ├── glyphicons-halflings-regular.woff │ │ ├── weathericons-regular-webfont.eot │ │ ├── weathericons-regular-webfont.ttf │ │ ├── weathericons-regular-webfont.woff │ │ ├── glyphicons-halflings-regular.woff2 │ │ └── weathericons-regular-webfont.woff2 │ │ ├── placeholder │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.jpg │ │ ├── 3.png │ │ ├── 4.jpg │ │ ├── .DS_Store │ │ ├── close.png │ │ ├── hand.jpg │ │ ├── logo.png │ │ ├── paris.jpg │ │ ├── smile.png │ │ ├── user.jpg │ │ ├── avatar.png │ │ ├── avatar │ │ │ ├── 1.jpg │ │ │ ├── 2.jpg │ │ │ ├── 3.jpg │ │ │ └── usa-flag.png │ │ ├── fjords.jpg │ │ ├── lights.jpg │ │ ├── maximize.png │ │ ├── minimize.png │ │ ├── nature.jpg │ │ ├── newyork.jpg │ │ ├── paypal.png │ │ ├── picture.png │ │ ├── preview1.png │ │ ├── sanfran.jpg │ │ ├── user-1.png │ │ ├── profile-bg.jpg │ │ ├── video-cam.png │ │ ├── user-female.png │ │ ├── user-profile.jpg │ │ ├── chat-person-add.png │ │ ├── scrollable │ │ │ └── view-1-1200x800.jpg │ │ └── rangeSliderimg │ │ │ ├── sprite-skin-flat.png │ │ │ ├── sprite-skin-modern.png │ │ │ ├── sprite-skin-nice.png │ │ │ └── sprite-skin-simple.png │ │ └── js │ │ └── lib │ │ ├── calendar-2 │ │ └── pignose.init.js │ │ ├── line-progress │ │ └── line-progress-init.js │ │ ├── granim │ │ └── granim-init.js │ │ ├── jsgrid │ │ ├── jsgrid.sort-strategies.js │ │ ├── fields │ │ │ ├── jsgrid.field.textarea.js │ │ │ └── jsgrid.field.number.js │ │ └── jsgrid-init.js │ │ ├── weather │ │ └── weather-init.js │ │ ├── portlets │ │ └── portlets-init.js │ │ ├── owl-carousel │ │ └── owl.carousel-init.js │ │ ├── jquery-ui │ │ └── jquery.ui.touch-punch.min.js │ │ ├── data-table │ │ └── datatables-init.js │ │ ├── nestable │ │ └── nestable.init.js │ │ ├── scrollable │ │ └── scrollable.init.js │ │ ├── circle-progress │ │ └── circle-progress-init.js │ │ ├── metismenu │ │ └── metismenu.init.js │ │ └── flowtype.js ├── mix-manifest.json └── .htaccess ├── resources ├── css │ └── app.css ├── views │ ├── admins │ │ ├── days │ │ │ ├── field.blade.php │ │ │ ├── table.blade.php │ │ │ ├── edit.blade.php │ │ │ ├── index.blade.php │ │ │ ├── show.blade.php │ │ │ └── create.blade.php │ │ ├── news │ │ │ ├── field.blade.php │ │ │ ├── table.blade.php │ │ │ ├── edit.blade.php │ │ │ ├── index.blade.php │ │ │ ├── show.blade.php │ │ │ └── create.blade.php │ │ ├── classes │ │ │ ├── field.blade.php │ │ │ ├── table.blade.php │ │ │ ├── create.blade.php │ │ │ ├── edit.blade.php │ │ │ ├── index.blade.php │ │ │ └── show.blade.php │ │ ├── exams │ │ │ ├── field.blade.php │ │ │ ├── table.blade.php │ │ │ ├── edit.blade.php │ │ │ ├── show.blade.php │ │ │ ├── create.blade.php │ │ │ └── index.blade.php │ │ ├── grades │ │ │ ├── field.blade.php │ │ │ ├── table.blade.php │ │ │ ├── create.blade.php │ │ │ ├── edit.blade.php │ │ │ ├── index.blade.php │ │ │ └── show.blade.php │ │ ├── levels │ │ │ ├── field.blade.php │ │ │ ├── table.blade.php │ │ │ ├── create.blade.php │ │ │ ├── edit.blade.php │ │ │ ├── index.blade.php │ │ │ └── show.blade.php │ │ ├── libraries │ │ │ ├── field.blade.php │ │ │ ├── table.blade.php │ │ │ ├── edit.blade.php │ │ │ ├── index.blade.php │ │ │ ├── show.blade.php │ │ │ └── create.blade.php │ │ ├── sections │ │ │ ├── field.blade.php │ │ │ ├── table.blade.php │ │ │ ├── create.blade.php │ │ │ ├── edit.blade.php │ │ │ ├── index.blade.php │ │ │ └── show.blade.php │ │ ├── sessions │ │ │ ├── field.blade.php │ │ │ ├── table.blade.php │ │ │ ├── create.blade.php │ │ │ ├── edit.blade.php │ │ │ ├── index.blade.php │ │ │ └── show.blade.php │ │ ├── settings │ │ │ ├── field.blade.php │ │ │ ├── table.blade.php │ │ │ ├── create.blade.php │ │ │ ├── edit.blade.php │ │ │ ├── index.blade.php │ │ │ └── show.blade.php │ │ ├── students │ │ │ ├── field.blade.php │ │ │ ├── table.blade.php │ │ │ ├── edit.blade.php │ │ │ ├── index.blade.php │ │ │ ├── show.blade.php │ │ │ └── create.blade.php │ │ ├── subjects │ │ │ ├── field.blade.php │ │ │ ├── table.blade.php │ │ │ ├── create.blade.php │ │ │ ├── edit.blade.php │ │ │ ├── index.blade.php │ │ │ └── show.blade.php │ │ ├── terms │ │ │ ├── field.blade.php │ │ │ ├── table.blade.php │ │ │ ├── edit.blade.php │ │ │ ├── show.blade.php │ │ │ ├── create.blade.php │ │ │ └── index.blade.php │ │ ├── times │ │ │ ├── field.blade.php │ │ │ ├── table.blade.php │ │ │ ├── edit.blade.php │ │ │ ├── show.blade.php │ │ │ ├── create.blade.php │ │ │ └── index.blade.php │ │ ├── users │ │ │ ├── field.blade.php │ │ │ ├── table.blade.php │ │ │ ├── edit.blade.php │ │ │ ├── show.blade.php │ │ │ ├── create.blade.php │ │ │ └── index.blade.php │ │ ├── attendances │ │ │ ├── field.blade.php │ │ │ ├── table.blade.php │ │ │ ├── create.blade.php │ │ │ ├── edit.blade.php │ │ │ ├── index.blade.php │ │ │ └── show.blade.php │ │ ├── class_rooms │ │ │ ├── field.blade.php │ │ │ ├── table.blade.php │ │ │ ├── create.blade.php │ │ │ ├── edit.blade.php │ │ │ ├── index.blade.php │ │ │ └── show.blade.php │ │ ├── class_routings │ │ │ ├── field.blade.php │ │ │ ├── table.blade.php │ │ │ ├── edit.blade.php │ │ │ ├── index.blade.php │ │ │ ├── show.blade.php │ │ │ └── create.blade.php │ │ ├── exam_questions │ │ │ ├── field.blade.php │ │ │ ├── table.blade.php │ │ │ ├── edit.blade.php │ │ │ ├── index.blade.php │ │ │ ├── show.blade.php │ │ │ └── create.blade.php │ │ ├── exam_types │ │ │ ├── field.blade.php │ │ │ ├── table.blade.php │ │ │ ├── edit.blade.php │ │ │ ├── show.blade.php │ │ │ ├── create.blade.php │ │ │ └── index.blade.php │ │ └── repeat_students │ │ │ ├── field.blade.php │ │ │ ├── table.blade.php │ │ │ ├── edit.blade.php │ │ │ ├── show.blade.php │ │ │ ├── create.blade.php │ │ │ └── index.blade.php │ ├── layouts │ │ └── bread_crumb.blade.php │ └── auth │ │ └── verify.blade.php ├── js │ ├── app.js │ └── bootstrap.js ├── sass │ ├── _variables.scss │ └── app.scss └── lang │ └── en │ ├── pagination.php │ ├── auth.php │ └── passwords.php ├── database ├── .gitignore ├── seeders │ └── DatabaseSeeder.php ├── migrations │ ├── 2022_01_30_071737_create_days_table.php │ ├── 2022_01_30_071805_create_times_table.php │ ├── 2022_01_30_071908_create_rolls_table.php │ ├── 2022_01_30_071506_create_schools_table.php │ ├── 2022_01_30_071529_create_levels_table.php │ ├── 2022_01_30_071603_create_grades_table.php │ ├── 2022_01_30_071625_create_classes_table.php │ ├── 2022_01_30_071751_create_shifts_table.php │ ├── 2022_01_30_071002_create_settings_table.php │ ├── 2022_01_30_071645_create_subjects_table.php │ ├── 2022_01_30_071820_create_sessions_table.php │ ├── 2022_01_30_071836_create_sections_table.php │ ├── 2022_01_30_071855_create_admissions_table.php │ ├── 2022_01_30_071925_create_class_routings_table.php │ ├── 2014_10_12_100000_create_password_resets_table.php │ ├── 2014_10_12_000000_create_users_table.php │ ├── 2019_08_19_000000_create_failed_jobs_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 ├── stubs ├── observer.plain.stub ├── model.pivot.stub ├── controller.plain.stub ├── model.stub ├── seeder.stub ├── test.unit.stub ├── factory.stub ├── policy.plain.stub ├── controller.invokable.stub ├── test.stub ├── provider.stub ├── resource.stub ├── job.stub ├── resource-collection.stub ├── migration.stub ├── view-component.stub ├── middleware.stub ├── request.stub ├── mail.stub ├── markdown-mail.stub ├── migration.create.stub ├── migration.update.stub ├── job.queued.stub ├── rule.stub ├── console.stub ├── event.stub ├── cast.stub ├── markdown-notification.stub ├── controller.api.stub ├── observer.stub ├── notification.stub └── controller.model.stub ├── .gitattributes ├── tests ├── TestCase.php ├── Unit │ └── ExampleTest.php ├── Feature │ └── ExampleTest.php └── CreatesApplication.php ├── app ├── Models │ ├── Day.php │ ├── Grade.php │ ├── Level.php │ ├── Roll.php │ ├── Shift.php │ ├── Time.php │ ├── Classes.php │ ├── School.php │ ├── Section.php │ ├── Session.php │ ├── Setting.php │ ├── Subject.php │ ├── Admission.php │ ├── ClassRouting.php │ └── User.php ├── Http │ ├── Middleware │ │ ├── EncryptCookies.php │ │ ├── VerifyCsrfToken.php │ │ ├── PreventRequestsDuringMaintenance.php │ │ ├── TrustHosts.php │ │ ├── TrimStrings.php │ │ ├── Authenticate.php │ │ ├── TrustProxies.php │ │ └── RedirectIfAuthenticated.php │ └── Controllers │ │ ├── Controller.php │ │ ├── HomeController.php │ │ ├── Auth │ │ ├── ForgotPasswordController.php │ │ ├── ResetPasswordController.php │ │ ├── LoginController.php │ │ ├── ConfirmPasswordController.php │ │ └── VerificationController.php │ │ ├── DayController.php │ │ ├── RollController.php │ │ ├── TimeController.php │ │ ├── GradeController.php │ │ ├── LevelController.php │ │ ├── ShiftController.php │ │ ├── SchoolController.php │ │ ├── ClassesController.php │ │ ├── SectionController.php │ │ ├── SessionController.php │ │ ├── SubjectController.php │ │ ├── SettingController.php │ │ ├── AdmissionController.php │ │ └── ClassRoutingController.php ├── Providers │ ├── BroadcastServiceProvider.php │ ├── AppServiceProvider.php │ ├── AuthServiceProvider.php │ └── EventServiceProvider.php ├── Console │ └── Kernel.php └── Exceptions │ └── Handler.php ├── .styleci.yml ├── .gitignore ├── .editorconfig ├── list.blade.php ├── webpack.mix.js ├── routes ├── channels.php ├── api.php ├── console.php └── web.php ├── server.php ├── package.json ├── config ├── cors.php ├── services.php └── view.php ├── .env.example └── phpunit.xml /public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/css/app.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /database/.gitignore: -------------------------------------------------------------------------------- 1 | *.sqlite* 2 | -------------------------------------------------------------------------------- /resources/views/admins/days/field.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/admins/days/table.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/admins/news/field.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/admins/news/table.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bootstrap/cache/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /resources/js/app.js: -------------------------------------------------------------------------------- 1 | require('./bootstrap'); 2 | -------------------------------------------------------------------------------- /resources/views/admins/classes/field.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/admins/classes/table.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/admins/exams/field.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/admins/exams/table.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/admins/grades/field.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/admins/grades/table.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/admins/levels/field.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/admins/levels/table.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/admins/libraries/field.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/admins/libraries/table.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/admins/sections/field.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/admins/sections/table.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/admins/sessions/field.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/admins/sessions/table.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/admins/settings/field.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/admins/settings/table.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/admins/students/field.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/admins/students/table.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/admins/subjects/field.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/admins/subjects/table.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/admins/terms/field.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/admins/terms/table.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/admins/times/field.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/admins/times/table.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/admins/users/field.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/admins/users/table.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /storage/logs/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /public/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: 3 | -------------------------------------------------------------------------------- /resources/views/admins/attendances/field.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/admins/attendances/table.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/admins/class_rooms/field.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/admins/class_rooms/table.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/admins/class_routings/field.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/admins/class_routings/table.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/admins/exam_questions/field.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/admins/exam_questions/table.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/admins/exam_types/field.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/admins/exam_types/table.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /storage/app/public/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /resources/views/admins/repeat_students/field.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/views/admins/repeat_students/table.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /public/jambasangsang/assets/images/product_1/image-8-226x223.jpg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /storage/framework/cache/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !data/ 3 | !.gitignore 4 | -------------------------------------------------------------------------------- /public/mix-manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "/js/app.js": "/js/app.js", 3 | "/css/app.css": "/css/app.css" 4 | } 5 | -------------------------------------------------------------------------------- /stubs/observer.plain.stub: -------------------------------------------------------------------------------- 1 | '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/days/index.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/days/show.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/exams/edit.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/exams/show.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/news/edit.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/news/index.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/news/show.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/terms/edit.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/terms/show.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/times/edit.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/times/show.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/users/edit.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/users/show.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /app/Models/Classes.php: -------------------------------------------------------------------------------- 1 | '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/classes/edit.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/classes/index.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/classes/show.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/days/create.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/exam_types/edit.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/exam_types/show.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/exams/create.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/exams/index.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/grades/create.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/grades/edit.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/grades/index.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/grades/show.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/levels/create.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/levels/edit.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/levels/index.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/levels/show.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/libraries/edit.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/libraries/index.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/libraries/show.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/news/create.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/sections/create.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/sections/edit.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/sections/index.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/sections/show.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/sessions/create.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/sessions/edit.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/sessions/index.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/sessions/show.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/settings/create.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/settings/edit.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/settings/index.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/settings/show.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/students/edit.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/students/index.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/students/show.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/subjects/create.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/subjects/edit.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/subjects/index.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/subjects/show.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/terms/create.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/terms/index.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/times/create.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/times/index.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/users/create.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/users/index.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /app/Models/Admission.php: -------------------------------------------------------------------------------- 1 | '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/attendances/edit.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/attendances/index.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/attendances/show.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/class_rooms/create.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/class_rooms/edit.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/class_rooms/index.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/class_rooms/show.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/class_routings/edit.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/class_routings/index.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/class_routings/show.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/exam_questions/edit.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/exam_questions/index.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/exam_questions/show.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/exam_types/create.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/exam_types/index.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/libraries/create.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/repeat_students/edit.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/repeat_students/show.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/students/create.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | 4 | @section('section') 5 | 6 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 7 | 8 | @endsection 9 | -------------------------------------------------------------------------------- /stubs/model.stub: -------------------------------------------------------------------------------- 1 | '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/exam_questions/create.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/repeat_students/create.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /resources/views/admins/repeat_students/index.blade.php: -------------------------------------------------------------------------------- 1 | @extends('layouts.app') 2 | 3 | @section('section') 4 | 5 | @include('layouts.bread_crumb', ['title' => '', 'param1' => request()->segment(1), 'param2' => request()->segment(1)]) 6 | 7 | @endsection 8 | -------------------------------------------------------------------------------- /.styleci.yml: -------------------------------------------------------------------------------- 1 | php: 2 | preset: laravel 3 | version: 8 4 | disabled: 5 | - no_unused_imports 6 | finder: 7 | not-name: 8 | - index.php 9 | - server.php 10 | js: 11 | finder: 12 | not-name: 13 | - webpack.mix.js 14 | css: true 15 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /node_modules 2 | /public/hot 3 | /public/storage 4 | /storage/*.key 5 | /vendor 6 | .env 7 | .env.backup 8 | .phpunit.result.cache 9 | docker-compose.override.yml 10 | Homestead.json 11 | Homestead.yaml 12 | npm-debug.log 13 | yarn-error.log 14 | /.idea 15 | /.vscode 16 | -------------------------------------------------------------------------------- /stubs/seeder.stub: -------------------------------------------------------------------------------- 1 | assertTrue(true); 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /stubs/test.unit.stub: -------------------------------------------------------------------------------- 1 | assertTrue(true); 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /database/seeders/DatabaseSeeder.php: -------------------------------------------------------------------------------- 1 | create(); 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /app/Http/Middleware/EncryptCookies.php: -------------------------------------------------------------------------------- 1 | 13 | */ 14 | protected $except = [ 15 | // 16 | ]; 17 | } 18 | -------------------------------------------------------------------------------- /stubs/factory.stub: -------------------------------------------------------------------------------- 1 | 13 | */ 14 | protected $except = [ 15 | // 16 | ]; 17 | } 18 | -------------------------------------------------------------------------------- /app/Http/Controllers/Controller.php: -------------------------------------------------------------------------------- 1 | get('/'); 18 | 19 | $response->assertStatus(200); 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /public/jambasangsang/assets/css/lib/preloader/pace.css: -------------------------------------------------------------------------------- 1 | .pace { 2 | -webkit-pointer-events: none; 3 | pointer-events: none; 4 | 5 | -webkit-user-select: none; 6 | -moz-user-select: none; 7 | user-select: none; 8 | } 9 | 10 | .pace-inactive { 11 | display: none; 12 | } 13 | 14 | .pace .pace-progress { 15 | background: #2299dd; 16 | position: fixed; 17 | z-index: 2000; 18 | top: 0; 19 | right: 100%; 20 | width: 100%; 21 | height: 2px; 22 | } -------------------------------------------------------------------------------- /app/Http/Middleware/PreventRequestsDuringMaintenance.php: -------------------------------------------------------------------------------- 1 | 13 | */ 14 | protected $except = [ 15 | // 16 | ]; 17 | } 18 | -------------------------------------------------------------------------------- /app/Http/Middleware/TrustHosts.php: -------------------------------------------------------------------------------- 1 | 13 | */ 14 | public function hosts() 15 | { 16 | return [ 17 | $this->allSubdomainsOfApplicationUrl(), 18 | ]; 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /app/Http/Middleware/TrimStrings.php: -------------------------------------------------------------------------------- 1 | 13 | */ 14 | protected $except = [ 15 | 'current_password', 16 | 'password', 17 | 'password_confirmation', 18 | ]; 19 | } 20 | -------------------------------------------------------------------------------- /stubs/controller.invokable.stub: -------------------------------------------------------------------------------- 1 | get('/'); 19 | 20 | $response->assertStatus(200); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /tests/CreatesApplication.php: -------------------------------------------------------------------------------- 1 | make(Kernel::class)->bootstrap(); 19 | 20 | return $app; 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /app/Providers/BroadcastServiceProvider.php: -------------------------------------------------------------------------------- 1 | expectsJson()) { 18 | return route('login'); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /stubs/view-component.stub: -------------------------------------------------------------------------------- 1 | middleware('auth'); 17 | } 18 | 19 | /** 20 | * Show the application dashboard. 21 | * 22 | * @return \Illuminate\Contracts\Support\Renderable 23 | */ 24 | public function index() 25 | { 26 | return view('home'); 27 | } 28 | 29 | 30 | } 31 | -------------------------------------------------------------------------------- /resources/lang/en/pagination.php: -------------------------------------------------------------------------------- 1 | '« Previous', 17 | 'next' => 'Next »', 18 | 19 | ]; 20 | -------------------------------------------------------------------------------- /routes/channels.php: -------------------------------------------------------------------------------- 1 | id === (int) $id; 18 | }); 19 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /routes/console.php: -------------------------------------------------------------------------------- 1 | comment(Inspiring::quote()); 19 | })->purpose('Display an inspiring quote'); 20 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /routes/web.php: -------------------------------------------------------------------------------- 1 | name('home'); 23 | -------------------------------------------------------------------------------- /stubs/mail.stub: -------------------------------------------------------------------------------- 1 | view('view.name'); 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /stubs/markdown-mail.stub: -------------------------------------------------------------------------------- 1 | markdown('{{ view }}'); 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /stubs/migration.create.stub: -------------------------------------------------------------------------------- 1 | id(); 18 | $table->timestamps(); 19 | }); 20 | } 21 | 22 | /** 23 | * Reverse the migrations. 24 | * 25 | * @return void 26 | */ 27 | public function down() 28 | { 29 | Schema::dropIfExists('{{ table }}'); 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /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 | "@popperjs/core": "^2.10.2", 14 | "axios": "^0.21", 15 | "bootstrap": "^5.1.3", 16 | "laravel-mix": "^6.0.6", 17 | "lodash": "^4.17.19", 18 | "postcss": "^8.1.14", 19 | "resolve-url-loader": "^5.0.0", 20 | "sass": "^1.32.11", 21 | "sass-loader": "^11.0.1" 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /stubs/migration.update.stub: -------------------------------------------------------------------------------- 1 | id(); 18 | $table->timestamps(); 19 | }); 20 | } 21 | 22 | /** 23 | * Reverse the migrations. 24 | * 25 | * @return void 26 | */ 27 | public function down() 28 | { 29 | Schema::dropIfExists('days'); 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /database/migrations/2022_01_30_071805_create_times_table.php: -------------------------------------------------------------------------------- 1 | id(); 18 | $table->timestamps(); 19 | }); 20 | } 21 | 22 | /** 23 | * Reverse the migrations. 24 | * 25 | * @return void 26 | */ 27 | public function down() 28 | { 29 | Schema::dropIfExists('times'); 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /database/migrations/2022_01_30_071908_create_rolls_table.php: -------------------------------------------------------------------------------- 1 | id(); 18 | $table->timestamps(); 19 | }); 20 | } 21 | 22 | /** 23 | * Reverse the migrations. 24 | * 25 | * @return void 26 | */ 27 | public function down() 28 | { 29 | Schema::dropIfExists('rolls'); 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /database/migrations/2022_01_30_071506_create_schools_table.php: -------------------------------------------------------------------------------- 1 | id(); 18 | $table->timestamps(); 19 | }); 20 | } 21 | 22 | /** 23 | * Reverse the migrations. 24 | * 25 | * @return void 26 | */ 27 | public function down() 28 | { 29 | Schema::dropIfExists('schools'); 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /database/migrations/2022_01_30_071529_create_levels_table.php: -------------------------------------------------------------------------------- 1 | id(); 18 | $table->timestamps(); 19 | }); 20 | } 21 | 22 | /** 23 | * Reverse the migrations. 24 | * 25 | * @return void 26 | */ 27 | public function down() 28 | { 29 | Schema::dropIfExists('levels'); 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /database/migrations/2022_01_30_071603_create_grades_table.php: -------------------------------------------------------------------------------- 1 | id(); 18 | $table->timestamps(); 19 | }); 20 | } 21 | 22 | /** 23 | * Reverse the migrations. 24 | * 25 | * @return void 26 | */ 27 | public function down() 28 | { 29 | Schema::dropIfExists('grades'); 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /database/migrations/2022_01_30_071625_create_classes_table.php: -------------------------------------------------------------------------------- 1 | id(); 18 | $table->timestamps(); 19 | }); 20 | } 21 | 22 | /** 23 | * Reverse the migrations. 24 | * 25 | * @return void 26 | */ 27 | public function down() 28 | { 29 | Schema::dropIfExists('classes'); 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /database/migrations/2022_01_30_071751_create_shifts_table.php: -------------------------------------------------------------------------------- 1 | id(); 18 | $table->timestamps(); 19 | }); 20 | } 21 | 22 | /** 23 | * Reverse the migrations. 24 | * 25 | * @return void 26 | */ 27 | public function down() 28 | { 29 | Schema::dropIfExists('shifts'); 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /app/Providers/AuthServiceProvider.php: -------------------------------------------------------------------------------- 1 | 14 | */ 15 | protected $policies = [ 16 | // 'App\Models\Model' => '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 | -------------------------------------------------------------------------------- /database/migrations/2022_01_30_071002_create_settings_table.php: -------------------------------------------------------------------------------- 1 | id(); 18 | $table->timestamps(); 19 | }); 20 | } 21 | 22 | /** 23 | * Reverse the migrations. 24 | * 25 | * @return void 26 | */ 27 | public function down() 28 | { 29 | Schema::dropIfExists('settings'); 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /database/migrations/2022_01_30_071645_create_subjects_table.php: -------------------------------------------------------------------------------- 1 | id(); 18 | $table->timestamps(); 19 | }); 20 | } 21 | 22 | /** 23 | * Reverse the migrations. 24 | * 25 | * @return void 26 | */ 27 | public function down() 28 | { 29 | Schema::dropIfExists('subjects'); 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /database/migrations/2022_01_30_071820_create_sessions_table.php: -------------------------------------------------------------------------------- 1 | id(); 18 | $table->timestamps(); 19 | }); 20 | } 21 | 22 | /** 23 | * Reverse the migrations. 24 | * 25 | * @return void 26 | */ 27 | public function down() 28 | { 29 | Schema::dropIfExists('sessions'); 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /database/migrations/2022_01_30_071836_create_sections_table.php: -------------------------------------------------------------------------------- 1 | id(); 18 | $table->timestamps(); 19 | }); 20 | } 21 | 22 | /** 23 | * Reverse the migrations. 24 | * 25 | * @return void 26 | */ 27 | public function down() 28 | { 29 | Schema::dropIfExists('sections'); 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /database/migrations/2022_01_30_071855_create_admissions_table.php: -------------------------------------------------------------------------------- 1 | id(); 18 | $table->timestamps(); 19 | }); 20 | } 21 | 22 | /** 23 | * Reverse the migrations. 24 | * 25 | * @return void 26 | */ 27 | public function down() 28 | { 29 | Schema::dropIfExists('admissions'); 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /app/Http/Middleware/TrustProxies.php: -------------------------------------------------------------------------------- 1 | |string|null 14 | */ 15 | protected $proxies; 16 | 17 | /** 18 | * The headers that should be used to detect proxies. 19 | * 20 | * @var int 21 | */ 22 | protected $headers = 23 | Request::HEADER_X_FORWARDED_FOR | 24 | Request::HEADER_X_FORWARDED_HOST | 25 | Request::HEADER_X_FORWARDED_PORT | 26 | Request::HEADER_X_FORWARDED_PROTO | 27 | Request::HEADER_X_FORWARDED_AWS_ELB; 28 | } 29 | -------------------------------------------------------------------------------- /database/migrations/2022_01_30_071925_create_class_routings_table.php: -------------------------------------------------------------------------------- 1 | id(); 18 | $table->timestamps(); 19 | }); 20 | } 21 | 22 | /** 23 | * Reverse the migrations. 24 | * 25 | * @return void 26 | */ 27 | public function down() 28 | { 29 | Schema::dropIfExists('class_routings'); 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /app/Http/Controllers/Auth/ForgotPasswordController.php: -------------------------------------------------------------------------------- 1 | command('inspire')->hourly(); 19 | } 20 | 21 | /** 22 | * Register the commands for the application. 23 | * 24 | * @return void 25 | */ 26 | protected function commands() 27 | { 28 | $this->load(__DIR__.'/Commands'); 29 | 30 | require base_path('routes/console.php'); 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 | -------------------------------------------------------------------------------- /stubs/rule.stub: -------------------------------------------------------------------------------- 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/Providers/EventServiceProvider.php: -------------------------------------------------------------------------------- 1 | > 16 | */ 17 | protected $listen = [ 18 | Registered::class => [ 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 | -------------------------------------------------------------------------------- /stubs/event.stub: -------------------------------------------------------------------------------- 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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /app/Http/Controllers/Auth/ResetPasswordController.php: -------------------------------------------------------------------------------- 1 | > 14 | */ 15 | protected $dontReport = [ 16 | // 17 | ]; 18 | 19 | /** 20 | * A list of the inputs that are never flashed for validation exceptions. 21 | * 22 | * @var array 23 | */ 24 | protected $dontFlash = [ 25 | 'current_password', 26 | 'password', 27 | 'password_confirmation', 28 | ]; 29 | 30 | /** 31 | * Register the exception handling callbacks for the application. 32 | * 33 | * @return void 34 | */ 35 | public function register() 36 | { 37 | $this->reportable(function (Throwable $e) { 38 | // 39 | }); 40 | } 41 | } 42 | -------------------------------------------------------------------------------- /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/jambasangsang/assets/js/lib/weather/weather-init.js: -------------------------------------------------------------------------------- 1 | (function ($) { 2 | // "use strict"; 3 | 4 | function loadWeather(location, woeid) { 5 | $.simpleWeather({ 6 | location: location, 7 | woeid: woeid, 8 | unit: 'f', 9 | success: function (weather) { 10 | 11 | html = '

' + weather.temp + '°' + weather.units.temp + '

'; 12 | html += '
' + weather.city + ', ' + weather.region + '
'; 13 | html += '
' + weather.currently + '
'; 14 | html += '
' + weather.alt.temp + '°C
'; 15 | 16 | $("#weather-one").html(html); 17 | }, 18 | error: function (error) { 19 | $("#weather-one").html('

' + error + '

'); 20 | } 21 | }); 22 | } 23 | 24 | 25 | // init 26 | loadWeather('Dhaka', ''); 27 | 28 | })(jQuery); -------------------------------------------------------------------------------- /app/Http/Middleware/RedirectIfAuthenticated.php: -------------------------------------------------------------------------------- 1 | check()) { 26 | return redirect(RouteServiceProvider::HOME); 27 | } 28 | } 29 | 30 | return $next($request); 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /public/jambasangsang/assets/css/lib/owl.theme.default.min.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Owl Carousel v2.2.0 3 | * Copyright 2013-2016 David Deutsch 4 | * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE) 5 | */ 6 | .owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791} -------------------------------------------------------------------------------- /public/jambasangsang/assets/css/lib/vector-map/jqvmap.min.css: -------------------------------------------------------------------------------- 1 | .jqvmap-label, 2 | .jqvmap-pin { 3 | pointer-events: none 4 | } 5 | .jqvmap-label { 6 | position: absolute; 7 | display: none; 8 | -webkit-border-radius: 3px; 9 | -moz-border-radius: 3px; 10 | border-radius: 3px; 11 | background: #292929; 12 | color: #fff; 13 | font-family: sans-serif, Verdana; 14 | font-size: smaller; 15 | padding: 3px 16 | } 17 | .jqvmap-zoomin, 18 | .jqvmap-zoomout { 19 | position: absolute; 20 | left: 10px; 21 | -webkit-border-radius: 3px; 22 | -moz-border-radius: 3px; 23 | border-radius: 3px; 24 | background: #000; 25 | padding: 3px; 26 | color: #fff; 27 | width: 15px; 28 | height: 15px; 29 | cursor: pointer; 30 | line-height: 10px; 31 | text-align: center 32 | } 33 | .jqvmap-zoomin { 34 | top: 10px 35 | } 36 | .jqvmap-zoomout { 37 | top: 30px 38 | } 39 | .jqvmap-region { 40 | cursor: pointer 41 | } 42 | .jqvmap-ajax_response { 43 | width: 100%; 44 | height: 500px 45 | } -------------------------------------------------------------------------------- /resources/views/layouts/bread_crumb.blade.php: -------------------------------------------------------------------------------- 1 |
2 |
3 | 8 |
9 | 10 |
11 | 23 |
24 | 25 |
26 | -------------------------------------------------------------------------------- /resources/js/bootstrap.js: -------------------------------------------------------------------------------- 1 | window._ = require('lodash'); 2 | 3 | try { 4 | require('bootstrap'); 5 | } catch (e) {} 6 | 7 | /** 8 | * We'll load the axios HTTP library which allows us to easily issue requests 9 | * to our Laravel back-end. This library automatically handles sending the 10 | * CSRF token as a header based on the value of the "XSRF" token cookie. 11 | */ 12 | 13 | window.axios = require('axios'); 14 | 15 | window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest'; 16 | 17 | /** 18 | * Echo exposes an expressive API for subscribing to channels and listening 19 | * for events that are broadcast by Laravel. Echo and event broadcasting 20 | * allows your team to easily build robust real-time web applications. 21 | */ 22 | 23 | // import Echo from 'laravel-echo'; 24 | 25 | // window.Pusher = require('pusher-js'); 26 | 27 | // window.Echo = new Echo({ 28 | // broadcaster: 'pusher', 29 | // key: process.env.MIX_PUSHER_APP_KEY, 30 | // cluster: process.env.MIX_PUSHER_APP_CLUSTER, 31 | // forceTLS: true 32 | // }); 33 | -------------------------------------------------------------------------------- /public/jambasangsang/assets/js/lib/jsgrid/fields/jsgrid.field.textarea.js: -------------------------------------------------------------------------------- 1 | (function(jsGrid, $, undefined) { 2 | 3 | var TextField = jsGrid.TextField; 4 | 5 | function TextAreaField(config) { 6 | TextField.call(this, config); 7 | } 8 | 9 | TextAreaField.prototype = new TextField({ 10 | 11 | insertTemplate: function() { 12 | if(!this.inserting) 13 | return ""; 14 | 15 | return this.insertControl = this._createTextArea(); 16 | }, 17 | 18 | editTemplate: function(value) { 19 | if(!this.editing) 20 | return this.itemTemplate.apply(this, arguments); 21 | 22 | var $result = this.editControl = this._createTextArea(); 23 | $result.val(value); 24 | return $result; 25 | }, 26 | 27 | _createTextArea: function() { 28 | return $("