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