'datetime', 'updated_at' => 'datetime', ]; public function detail_pinjaman() { return $this->belongsTo(DetailPinjaman::class, 'id', 'id'); } }