public function index()
 {
     dd(Team::first());
     return view('scripts.simulator.body');
 }