public function index() { $teams = Team::orderBy('position', 'ASC')->get(); $this->pageView('teams::index', compact('teams')); }