diff --git a/app/Providers/AppServiceProvider.php b/app/Providers/AppServiceProvider.php index ac7ccc5..c73c04b 100644 --- a/app/Providers/AppServiceProvider.php +++ b/app/Providers/AppServiceProvider.php @@ -29,7 +29,7 @@ class AppServiceProvider extends ServiceProvider Schema::defaultStringLength(191); $pengaturan = DB::table('pengaturan')->first(); if($pengaturan == null){ - $nama = 'Sistem Informasi'; + $nama = 'PAUD TERPADU MUSTIKA ILMU'; }else{ $nama = $pengaturan->nama; } diff --git a/database/migrations/2019_06_05_142148_create_pengaturan.php b/database/migrations/2019_06_05_142148_create_pengaturan.php index c8efa27..4c4229d 100644 --- a/database/migrations/2019_06_05_142148_create_pengaturan.php +++ b/database/migrations/2019_06_05_142148_create_pengaturan.php @@ -15,8 +15,8 @@ class CreatePengaturan extends Migration { Schema::create('pengaturan', function (Blueprint $table) { $table->bigIncrements('id'); - $table->string('nama')->default('Sistem Informasi SPP'); - $table->string('logo')->default('tabler.svg'); + $table->string('nama')->default('PAUD TERPADU MUSTIKA ILMU'); + $table->string('logo')->default('logo.png'); $table->timestamps(); }); } diff --git a/resources/views/dashboard/index.blade.php b/resources/views/dashboard/index.blade.php index 1349b16..31869c4 100644 --- a/resources/views/dashboard/index.blade.php +++ b/resources/views/dashboard/index.blade.php @@ -53,7 +53,7 @@
Nama Aplikasi : {{ $pengaturan->nama }}
-Logo :
+ {{--Logo :
-