diff --git a/app/Http/Controllers/BarangKeluarController.php b/app/Http/Controllers/BarangKeluarController.php new file mode 100644 index 0000000..2523ccd --- /dev/null +++ b/app/Http/Controllers/BarangKeluarController.php @@ -0,0 +1,10 @@ +id(); + $table->timestamps(); + }); + } + + /** + * Reverse the migrations. + */ + public function down(): void + { + Schema::dropIfExists('barang_masuks'); + } +}; diff --git a/database/migrations/2023_09_19_144206_create_barang_keluars_table.php b/database/migrations/2023_09_19_144206_create_barang_keluars_table.php new file mode 100644 index 0000000..f050a05 --- /dev/null +++ b/database/migrations/2023_09_19_144206_create_barang_keluars_table.php @@ -0,0 +1,27 @@ +id(); + $table->timestamps(); + }); + } + + /** + * Reverse the migrations. + */ + public function down(): void + { + Schema::dropIfExists('barang_keluars'); + } +}; diff --git a/resources/views/layouts/sidebar.blade.php b/resources/views/layouts/sidebar.blade.php index 951b134..2dece3d 100644 --- a/resources/views/layouts/sidebar.blade.php +++ b/resources/views/layouts/sidebar.blade.php @@ -21,24 +21,23 @@