'datetime' ]; protected $dates = ['tanggal']; public function detail_jurnal() { return $this->hasMany(DetailJurnal::class); } }