route('environment'); return inertia('environments/Show', [ 'environment' => Environment::with('application')->findOrFail($id), ]); } }