[ 'source' => ['nama_jalan'] ] ]; } public function kecelakaan() { return $this->hasMany(Kecelakaan::class, 'id_jalan', 'id'); } }