route('management.index', ['tab' => $this->defaultTab]); } return view('management.index', [ 'customers' => Customer::all(), 'tab' => $tab, ]); } }