json(['message' => 'Processing'], 200); $export = new ClientExport(auth()->user()->company(), $request->input('keys')); $csv = $export->run(); } }