add data alternatif

This commit is contained in:
yulianadewi18 2023-12-14 20:42:20 +08:00
parent f091b396f4
commit fd33dd3ad3
3 changed files with 36 additions and 3 deletions

View File

@ -0,0 +1,33 @@
<?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
class CreateMstAlternatifTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('mst_alternatif', function (Blueprint $table) {
$table->id();
$table->string('kode_alternatif');
$table->string('nama_kriteria');
$table->timestamps();
});
}
/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
Schema::dropIfExists('mst_alternatif');
}
}

View File

@ -53,7 +53,7 @@
"emptyTable": "Data Alternatif kosong."
},
columnDefs: [{
targets: 4,
targets: 0,
className: 'text-center'
}],
columns:[

View File

@ -33,7 +33,7 @@
<h6 class="m-0 font-weight-bold text-primary">Data Pribadi</h6>
</a>
<!-- Card Content - Collapse -->
<div class="collapse show" id="collapseCardExample" style="">
<div class="collapse show" id="collapseCardExample" >
<div class="card-body">
<div class="form-group">
<strong for="">Nama Guru</strong>
@ -159,7 +159,7 @@
<h6 class="m-0 font-weight-bold text-primary">Informasi Akademik</h6>
</a>
<!-- Card Content - Collapse -->
<div class="collapse show" id="dataPendidikan" style="">
<div class="collapse show" id="dataPendidikan" >
<div class="card-body">
<div class="form-group">
<label for="">NUPTK</label>