public function create_things()
 {
     $things = Thing::all()->toArray();
     return view('Pages.Things.create_things', compact('things'));
 }