'datetime', 'updated_at' => 'datetime', ]; public function mata_pelajaran() { return $this->belongsTo(Mapel::class, 'id_mapel', 'id_mapel'); } }