update = $updateService; } public function updateLocations() { $result = $this->update->data(); return back()->with( 'message', $result ); } public function compileLocations() { $result = $this->update->list(); return back()->with( 'message', $result ); } }