[ 'source' => ['nama_jalan'] ] ]; } public function jalan() { return $this->belongsTo(Jalan::class, 'jalans_id', 'id'); } }