cities); } /** * Show the form for editing the specified resource. */ public function edit(State $state) { // } /** * Update the specified resource in storage. */ public function update(Request $request, State $state) { // } /** * Remove the specified resource from storage. */ public function destroy(State $state) { // } }