laravelの->get()メソッドだと配列が返ってくるので、value()で値のみを返す
\DB::table($this->getTable()) ->where('id', '=', $workplace_prefecture_id) ->value('area_cd');